[llvm-branch-commits] [llvm-branch] r89432 - /llvm/branches/Apple/Zoidberg/test/FrontendC/cstring-align.c

Bill Wendling isanbard at gmail.com
Thu Nov 19 17:25:25 PST 2009


Author: void
Date: Thu Nov 19 19:25:24 2009
New Revision: 89432

URL: http://llvm.org/viewvc/llvm-project?rev=89432&view=rev
Log:
$ svn merge -c 89417 https://llvm.org/svn/llvm-project/llvm/trunk
--- Merging r89417 into '.':
A    test/FrontendC/cstring-align.c
$ svn merge -c 89418 https://llvm.org/svn/llvm-project/llvm/trunk
--- Merging r89418 into '.':
U    test/FrontendC/cstring-align.c


Added:
    llvm/branches/Apple/Zoidberg/test/FrontendC/cstring-align.c
      - copied, changed from r89417, llvm/trunk/test/FrontendC/cstring-align.c

Copied: llvm/branches/Apple/Zoidberg/test/FrontendC/cstring-align.c (from r89417, llvm/trunk/test/FrontendC/cstring-align.c)
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Zoidberg/test/FrontendC/cstring-align.c?p2=llvm/branches/Apple/Zoidberg/test/FrontendC/cstring-align.c&p1=llvm/trunk/test/FrontendC/cstring-align.c&r1=89417&r2=89432&rev=89432&view=diff

==============================================================================
--- llvm/trunk/test/FrontendC/cstring-align.c (original)
+++ llvm/branches/Apple/Zoidberg/test/FrontendC/cstring-align.c Thu Nov 19 19:25:24 2009
@@ -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 -mtriple=i386-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 *);
 





More information about the llvm-branch-commits mailing list