aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/const-init.c
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2009-05-19 11:12:40 +0000
committerEli Friedman <eli.friedman@gmail.com>2009-05-19 11:12:40 +0000
commitc219a1579c200c62d925653336e72d9d2f6c4cb7 (patch)
tree6692417d8acc509bcd47dd61bd55c5b8eecb19eb /test/CodeGen/const-init.c
parente71b85feb0a2df9273b1b488f5b40279369a6255 (diff)
Remove the -arch option from clang-cc: for all practical purposes, it's
redundant with -triple. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72108 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/const-init.c')
-rw-r--r--test/CodeGen/const-init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/const-init.c b/test/CodeGen/const-init.c
index 1f9d74c7e9..0364cc153f 100644
--- a/test/CodeGen/const-init.c
+++ b/test/CodeGen/const-init.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -arch i386 -verify -emit-llvm -o %t %s &&
+// RUN: clang-cc -triple i386-pc-linux-gnu -verify -emit-llvm -o %t %s &&
#include <stdint.h>