diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-03-03 02:02:12 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2011-03-03 02:02:12 +0000 |
commit | f27a40a9717c019fd07990483fb475b544bc895e (patch) | |
tree | 8dc431d722e49951434be0bb6e3f41c104dbe330 | |
parent | 181d3fe727022160ce8932e355eae8b3ff478592 (diff) |
Check the ASM, not LLVM IR.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126918 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/FrontendObjC/2011-03-02-ConstCFStringLiteralAlign.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/FrontendObjC/2011-03-02-ConstCFStringLiteralAlign.m b/test/FrontendObjC/2011-03-02-ConstCFStringLiteralAlign.m index 730a6e0c78..a5bd2b73bf 100644 --- a/test/FrontendObjC/2011-03-02-ConstCFStringLiteralAlign.m +++ b/test/FrontendObjC/2011-03-02-ConstCFStringLiteralAlign.m @@ -1,4 +1,5 @@ -// RUN: %llvmgcc -S -w -m64 -mmacosx-version-min=10.5 %s -o - | FileCheck %s +// RUN: %llvmgcc -S -w -m64 -mmacosx-version-min=10.5 %s -o - | \ +// RUN: llc --disable-fp-elim -o - | FileCheck %s // XFAIL: * // XTARGET: darwin |