aboutsummaryrefslogtreecommitdiffstats
path: root/test/LLVMC/hello.m
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2008-11-25 21:38:12 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2008-11-25 21:38:12 +0000
commitc7e56fe6f41501ec3a56e4be70506d2033b45bd4 (patch)
tree3b134d1c1e4f3a77e35efe15051cb40295f4e801 /test/LLVMC/hello.m
parent17cc062a8b2dc21bc35b5a692fe365c0b31a30f1 (diff)
downloadexternal_llvm-c7e56fe6f41501ec3a56e4be70506d2033b45bd4.zip
external_llvm-c7e56fe6f41501ec3a56e4be70506d2033b45bd4.tar.gz
external_llvm-c7e56fe6f41501ec3a56e4be70506d2033b45bd4.tar.bz2
Since the old llvmc was removed, rename llvmc2 to llvmc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60048 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/LLVMC/hello.m')
-rw-r--r--test/LLVMC/hello.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LLVMC/hello.m b/test/LLVMC/hello.m
index bf917bc..1cda9c3 100644
--- a/test/LLVMC/hello.m
+++ b/test/LLVMC/hello.m
@@ -1,6 +1,6 @@
/*
* Check that we can compile helloworld
- * RUN: llvmc2 %s -o %t
+ * RUN: llvmc %s -o %t
* RUN: ./%t | grep hello
*/