diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2012-01-13 21:33:06 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2012-01-13 21:33:06 +0000 |
commit | d749c6bf2ee01bd48d48faca7da779043b9a33e3 (patch) | |
tree | 338a28bb964d0bcfd74eb01f292813f959562401 /clang/test/Driver/cc-log-diagnostics.c | |
parent | 3658e6a6366eef4b273f5ca36de587535ec6ef02 (diff) | |
download | bcm5719-llvm-d749c6bf2ee01bd48d48faca7da779043b9a33e3.tar.gz bcm5719-llvm-d749c6bf2ee01bd48d48faca7da779043b9a33e3.zip |
Revert r148138; it's causing test failures.
llvm-svn: 148141
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 88c99f580de..96b2ec3e5dd 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 -target x86_64-apple-darwin10 -fsyntax-only %s +// RUN: %clang -Wfoobar -no-canonical-prefixes -ccc-host-triple x86_64-apple-darwin10 -fsyntax-only %s // RUN: FileCheck %s < %t.log int f0() {} |