commit | 113ec35f7f69bd66c0fbab7b42e2b9d59eddb946 | [log] [tgz] |
---|---|---|
author | Mikhail Glushenkov <foldr@codedgers.com> | Tue Nov 25 21:38:12 2008 +0000 |
committer | Mikhail Glushenkov <foldr@codedgers.com> | Tue Nov 25 21:38:12 2008 +0000 |
tree | 3b134d1c1e4f3a77e35efe15051cb40295f4e801 | |
parent | d91487785f641af7f5c6c32b04cb28cfe94518a9 [diff] [blame] |
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
diff --git a/test/LLVMC/hello.cpp b/test/LLVMC/hello.cpp index a3148c3..27c89d6 100644 --- a/test/LLVMC/hello.cpp +++ b/test/LLVMC/hello.cpp
@@ -1,5 +1,5 @@ // Test that we can compile C++ code. -// RUN: llvmc2 %s -o %t +// RUN: llvmc %s -o %t // RUN: ./%t | grep hello #include <iostream>