diff options
Diffstat (limited to 'test/CodeGenCXX/eval-recursive-constant.cpp')
-rw-r--r-- | test/CodeGenCXX/eval-recursive-constant.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/eval-recursive-constant.cpp b/test/CodeGenCXX/eval-recursive-constant.cpp index b60070f..608c95d 100644 --- a/test/CodeGenCXX/eval-recursive-constant.cpp +++ b/test/CodeGenCXX/eval-recursive-constant.cpp @@ -1,4 +1,4 @@ -// RUN: clang-cc %s -emit-llvm-only +// RUN: %clang_cc1 %s -emit-llvm-only extern const int a,b; const int a=b,b=a; |