diff options
author | Bill Wendling <isanbard@gmail.com> | 2007-01-16 04:15:20 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2007-01-16 04:15:20 +0000 |
commit | e47b029ac0681e198cb17eec0fd23fbcd4bdd756 (patch) | |
tree | f081cbfac8b0c6643970b327b3c7bc9d1799ecad | |
parent | 11502860c1675d68c45c90ce458c28e4c73eb011 (diff) |
Added a -mtriple flag to force darwin backend.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33248 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll b/test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll index 916e168489..eecbb8176c 100644 --- a/test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll +++ b/test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=ppc32 | grep cntlzw +; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin8 | grep cntlzw define i32 %foo() { entry: |