[llvm-commits] [llvm] r108666 - /llvm/trunk/test/MC/AsmParser/macro-def-in-instantiation.s

Daniel Dunbar daniel at zuster.org
Sun Jul 18 17:43:58 PDT 2010


Author: ddunbar
Date: Sun Jul 18 19:43:58 2010
New Revision: 108666

URL: http://llvm.org/viewvc/llvm-project?rev=108666&view=rev
Log:
tests: Force another triple.

Modified:
    llvm/trunk/test/MC/AsmParser/macro-def-in-instantiation.s

Modified: llvm/trunk/test/MC/AsmParser/macro-def-in-instantiation.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/AsmParser/macro-def-in-instantiation.s?rev=108666&r1=108665&r2=108666&view=diff
==============================================================================
--- llvm/trunk/test/MC/AsmParser/macro-def-in-instantiation.s (original)
+++ llvm/trunk/test/MC/AsmParser/macro-def-in-instantiation.s Sun Jul 18 19:43:58 2010
@@ -1,4 +1,4 @@
-// RUN: llvm-mc %s | FileCheck %s
+// RUN: llvm-mc -triple x86_64-apple-darwin10 %s | FileCheck %s
 
 .macro .make_macro
 $0 $1





More information about the llvm-commits mailing list