summaryrefslogtreecommitdiff
path: root/test/FrontendObjC/2007-05-02-Strong.m
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2010-11-25 21:46:07 +0000
committerDuncan Sands <baldrick@free.fr>2010-11-25 21:46:07 +0000
commitce60e8423e1e9d289b813abc0e873671017384b4 (patch)
tree64e08ee933a036c4165ebf1127be26d6f242f386 /test/FrontendObjC/2007-05-02-Strong.m
parentd1627e331f441536854d47c1258e89086beb374e (diff)
downloadllvm-ce60e8423e1e9d289b813abc0e873671017384b4.tar.gz
llvm-ce60e8423e1e9d289b813abc0e873671017384b4.tar.bz2
llvm-ce60e8423e1e9d289b813abc0e873671017384b4.tar.xz
Remove explicit uses of -emit-llvm, the test infrastructure adds it
automatically. Use -S with llvm-gcc rather than -c, so tests can work when llvm-gcc is really dragonegg (which can output IR with -S but not -c). Yes, dragonegg supports objective-c (poorly though). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120163 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendObjC/2007-05-02-Strong.m')
-rw-r--r--test/FrontendObjC/2007-05-02-Strong.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendObjC/2007-05-02-Strong.m b/test/FrontendObjC/2007-05-02-Strong.m
index 3778fd29f4..34b41ad964 100644
--- a/test/FrontendObjC/2007-05-02-Strong.m
+++ b/test/FrontendObjC/2007-05-02-Strong.m
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -c %s -fobjc-gc -o /dev/null
+// RUN: %llvmgcc -S %s -fobjc-gc -o /dev/null
typedef int NSInteger;
typedef struct _NSRect {
int origin;