summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/2009-10-20-GlobalDebug.c
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2012-01-13 21:33:06 +0000
committerEli Friedman <eli.friedman@gmail.com>2012-01-13 21:33:06 +0000
commitd749c6bf2ee01bd48d48faca7da779043b9a33e3 (patch)
tree338a28bb964d0bcfd74eb01f292813f959562401 /clang/test/CodeGen/2009-10-20-GlobalDebug.c
parent3658e6a6366eef4b273f5ca36de587535ec6ef02 (diff)
downloadbcm5719-llvm-d749c6bf2ee01bd48d48faca7da779043b9a33e3.tar.gz
bcm5719-llvm-d749c6bf2ee01bd48d48faca7da779043b9a33e3.zip
Revert r148138; it's causing test failures.
llvm-svn: 148141
Diffstat (limited to 'clang/test/CodeGen/2009-10-20-GlobalDebug.c')
-rw-r--r--clang/test/CodeGen/2009-10-20-GlobalDebug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/2009-10-20-GlobalDebug.c b/clang/test/CodeGen/2009-10-20-GlobalDebug.c
index d258ef26c65..6f329d5368c 100644
--- a/clang/test/CodeGen/2009-10-20-GlobalDebug.c
+++ b/clang/test/CodeGen/2009-10-20-GlobalDebug.c
@@ -1,5 +1,5 @@
// REQUIRES: x86-registered-target
-// RUN: %clang -target i386-apple-darwin10 -flto -S -g %s -o - | FileCheck %s
+// RUN: %clang -ccc-host-triple i386-apple-darwin10 -flto -S -g %s -o - | FileCheck %s
int global;
int main() {
static int localstatic;
OpenPOWER on IntegriCloud