diff options
Diffstat (limited to 'test/CodeGen/overloadable.c')
| -rw-r--r-- | test/CodeGen/overloadable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/overloadable.c b/test/CodeGen/overloadable.c index 4b58c82546247..1ed72b19c4d4f 100644 --- a/test/CodeGen/overloadable.c +++ b/test/CodeGen/overloadable.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -emit-llvm %s -o - | grep _Z1fPA10_1X +// RUN: %clang_cc1 -emit-llvm %s -o - | grep _Z1fPA10_1X int __attribute__((overloadable)) f(int x) { return x; } float __attribute__((overloadable)) f(float x) { return x; } double __attribute__((overloadable)) f(double x) { return x; } |
