Fix -march= name for x86-64.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 20 Nov 2009 02:52:08 +0000 (02:52 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 20 Nov 2009 02:52:08 +0000 (02:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89445 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendC/cstring-align.c

index 80f97f8c9a1ab317cae634090b708445729f08bd..2e3fc8b4e477303021abd25271d1183ba9092cad 100644 (file)
@@ -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 *);