diff options
Diffstat (limited to 'test/FrontendC/cstring-align.c')
-rw-r--r-- | test/FrontendC/cstring-align.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/cstring-align.c b/test/FrontendC/cstring-align.c index 80f97f8c9a..2e3fc8b4e4 100644 --- a/test/FrontendC/cstring-align.c +++ b/test/FrontendC/cstring-align.c @@ -1,5 +1,5 @@ // RUN: %llvmgcc %s -c -Os -m32 -emit-llvm -o - | llc -march=x86 -mtriple=i386-apple-darwin10 | FileCheck %s -check-prefix=DARWIN32 -// RUN: %llvmgcc %s -c -Os -m64 -emit-llvm -o - | llc -march=x86_64 -mtriple=x86_64-apple-darwin10 | FileCheck %s -check-prefix=DARWIN64 +// RUN: %llvmgcc %s -c -Os -m64 -emit-llvm -o - | llc -march=x86-64 -mtriple=x86_64-apple-darwin10 | FileCheck %s -check-prefix=DARWIN64 extern void func(const char *, const char *); |