diff options
author | Sebastian Pop <spop@codeaurora.org> | 2012-01-13 20:37:02 +0000 |
---|---|---|
committer | Sebastian Pop <spop@codeaurora.org> | 2012-01-13 20:37:02 +0000 |
commit | 9a8d528ddf1f88fe3537e4ae5865b74a96c36ad9 (patch) | |
tree | e6bf3e6b9ca89c7b7d42c7398a0d2633e5fcfb49 /clang/test/Index/retain-target-options.c | |
parent | 9d66d9e4b22a491d8692fbe3a0d33ac098c31865 (diff) | |
download | bcm5719-llvm-9a8d528ddf1f88fe3537e4ae5865b74a96c36ad9.tar.gz bcm5719-llvm-9a8d528ddf1f88fe3537e4ae5865b74a96c36ad9.zip |
rename -ccc-host-triple into -target
llvm-svn: 148138
Diffstat (limited to 'clang/test/Index/retain-target-options.c')
-rw-r--r-- | clang/test/Index/retain-target-options.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/Index/retain-target-options.c b/clang/test/Index/retain-target-options.c index d616bc22566..797971d12ce 100644 --- a/clang/test/Index/retain-target-options.c +++ b/clang/test/Index/retain-target-options.c @@ -1,6 +1,6 @@ -// RUN: c-index-test -test-load-source all -ccc-host-triple x86_64-apple-darwin10.0.0 -msse4.1 %s 2>&1 | FileCheck %s -// RUN: c-index-test -test-load-source-reparse 1 all -ccc-host-triple x86_64-apple-darwin10.0.0 -msse4.1 %s 2>&1 | FileCheck %s -// RUN: c-index-test -test-load-source-reparse 5 all -ccc-host-triple x86_64-apple-darwin10.0.0 -msse4.1 %s 2>&1 | FileCheck %s +// RUN: c-index-test -test-load-source all -target x86_64-apple-darwin10.0.0 -msse4.1 %s 2>&1 | FileCheck %s +// RUN: c-index-test -test-load-source-reparse 1 all -target x86_64-apple-darwin10.0.0 -msse4.1 %s 2>&1 | FileCheck %s +// RUN: c-index-test -test-load-source-reparse 5 all -target x86_64-apple-darwin10.0.0 -msse4.1 %s 2>&1 | FileCheck %s // CHECK: error: #error SSE4_1 used #if defined(__SSE4_1__) |