diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-18 00:15:24 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-18 00:15:24 +0800 |
| commit | b5a8a6c29e40f786ceb808c0b95f01c4251111d1 (patch) | |
| tree | 78e38b50664693918e3f3946714cb6bb9df8dce9 /repos/core/llvm/c99 | |
| parent | df36bfd61252b7c543ab1efbfc5482b453805b0f (diff) | |
| download | alicelinux-b5a8a6c29e40f786ceb808c0b95f01c4251111d1.tar.gz alicelinux-b5a8a6c29e40f786ceb808c0b95f01c4251111d1.zip | |
added clang branch
Diffstat (limited to 'repos/core/llvm/c99')
| -rwxr-xr-x | repos/core/llvm/c99 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/repos/core/llvm/c99 b/repos/core/llvm/c99 new file mode 100755 index 00000000..c0e8d13b --- /dev/null +++ b/repos/core/llvm/c99 @@ -0,0 +1,3 @@ +#!/bin/sh + +exec /usr/bin/clang -std=c99 "$@" |