diff options
Diffstat (limited to 'test/CodeGen/function-decay.m')
-rw-r--r-- | test/CodeGen/function-decay.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/function-decay.m b/test/CodeGen/function-decay.m index 5652fdb..4b8e360 100644 --- a/test/CodeGen/function-decay.m +++ b/test/CodeGen/function-decay.m @@ -1,4 +1,4 @@ -// RUN: clang-cc %s -emit-llvm -o - +// RUN: clang -cc1 %s -emit-llvm -o - @interface I0 @end @implementation I0 |