diff options
author | Sebastian Pop <spop@codeaurora.org> | 2012-01-20 22:01:23 +0000 |
---|---|---|
committer | Sebastian Pop <spop@codeaurora.org> | 2012-01-20 22:01:23 +0000 |
commit | 422377cfd3a8e7ff74eba5db22540cd8d0c42807 (patch) | |
tree | a08e2b2459a37470efe08118af7cd531e536317b /clang/test/Driver/cc-log-diagnostics.c | |
parent | e7b9d4342b10d8bff6e0ae38c80ef27877ebd73a (diff) | |
download | bcm5719-llvm-422377cfd3a8e7ff74eba5db22540cd8d0c42807.tar.gz bcm5719-llvm-422377cfd3a8e7ff74eba5db22540cd8d0c42807.zip |
rename -ccc-host-triple into -target
llvm-svn: 148582
Diffstat (limited to 'clang/test/Driver/cc-log-diagnostics.c')
-rw-r--r-- | clang/test/Driver/cc-log-diagnostics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/cc-log-diagnostics.c b/clang/test/Driver/cc-log-diagnostics.c index 96b2ec3e5dd..88c99f580de 100644 --- a/clang/test/Driver/cc-log-diagnostics.c +++ b/clang/test/Driver/cc-log-diagnostics.c @@ -1,7 +1,7 @@ // RUN: rm -f %t.log // RUN: env RC_DEBUG_OPTIONS=1 \ // RUN: CC_LOG_DIAGNOSTICS=1 CC_LOG_DIAGNOSTICS_FILE=%t.log \ -// RUN: %clang -Wfoobar -no-canonical-prefixes -ccc-host-triple x86_64-apple-darwin10 -fsyntax-only %s +// RUN: %clang -Wfoobar -no-canonical-prefixes -target x86_64-apple-darwin10 -fsyntax-only %s // RUN: FileCheck %s < %t.log int f0() {} |