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 | 8ecdb9b33a304f1ee90e885e96b16c4401e39ea9 (patch) | |
tree | f8400a9a6ccc7d3e2f6ae634eb93137cf0faebc4 /clang | |
parent | 52f53fb3031f3269d03a3ea0b1d7e1cd85459346 (diff) | |
download | bcm5719-llvm-8ecdb9b33a304f1ee90e885e96b16c4401e39ea9.tar.gz bcm5719-llvm-8ecdb9b33a304f1ee90e885e96b16c4401e39ea9.zip |
Specify -ccc-clang-archs for le32 targets which may not be supported by default.
llvm-svn: 141062
Diffstat (limited to 'clang')
-rw-r--r-- | clang/test/Driver/le32-unknown-nacl.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/Driver/le32-unknown-nacl.cpp b/clang/test/Driver/le32-unknown-nacl.cpp index 7cd217574f2..bc31802410d 100644 --- a/clang/test/Driver/le32-unknown-nacl.cpp +++ b/clang/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 |