diff options
author | Bob Wilson <bob.wilson@apple.com> | 2011-10-04 05:18:19 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2011-10-04 05:18:19 +0000 |
commit | f4e541ccecfc06e9818fba83e7ac3a072b1d849e (patch) | |
tree | 846a2ee0a236e18596d1a3a0796ee2f6ce5ab20d | |
parent | 1711fc91efb36d131f7ba771f73f0154dc1abd1f (diff) |
Specify -ccc-clang-archs for le32 targets which may not be supported by default.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141062 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Driver/le32-unknown-nacl.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Driver/le32-unknown-nacl.cpp b/test/Driver/le32-unknown-nacl.cpp index 7cd217574f..bc31802410 100644 --- a/test/Driver/le32-unknown-nacl.cpp +++ b/test/Driver/le32-unknown-nacl.cpp @@ -1,6 +1,6 @@ -// RUN: %clang -ccc-host-triple le32-unknown-nacl -ccc-echo %s -emit-llvm-only -c 2>&1 | FileCheck %s -check-prefix=ECHO -// RUN: %clang -ccc-host-triple le32-unknown-nacl %s -emit-llvm -S -c -o - | FileCheck %s -// RUN: %clang -ccc-host-triple le32-unknown-nacl %s -emit-llvm -S -c -pthread -o - | FileCheck %s -check-prefix=THREADS +// RUN: %clang -ccc-host-triple le32-unknown-nacl -ccc-clang-archs le32 -ccc-echo %s -emit-llvm-only -c 2>&1 | FileCheck %s -check-prefix=ECHO +// RUN: %clang -ccc-host-triple le32-unknown-nacl -ccc-clang-archs le32 %s -emit-llvm -S -c -o - | FileCheck %s +// RUN: %clang -ccc-host-triple le32-unknown-nacl -ccc-clang-archs le32 %s -emit-llvm -S -c -pthread -o - | FileCheck %s -check-prefix=THREADS // ECHO: {{.*}} -cc1 {{.*}}le32-unknown-nacl.c |