diff options
Diffstat (limited to 'test/CodeGen/uint128_t.c')
-rw-r--r-- | test/CodeGen/uint128_t.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/uint128_t.c b/test/CodeGen/uint128_t.c index b3bf727..92cb5fa 100644 --- a/test/CodeGen/uint128_t.c +++ b/test/CodeGen/uint128_t.c @@ -1,4 +1,4 @@ -// RUN: clang-cc %s -emit-llvm -o - -triple=x86_64-apple-darwin9 +// RUN: %clang_cc1 %s -emit-llvm -o - -triple=x86_64-apple-darwin9 typedef unsigned long long uint64_t; extern uint64_t numer; |