Add tests for tblgen's LLVMC backend.
[oota-llvm.git] / test / LLVMC / together.cpp
index 09f8d86379cbfc5e9f6eafcf253c2f0a1a5303ca..b07250e9d0b3ead139816baa914a23fff8d7fa19 100644 (file)
@@ -1,5 +1,5 @@
 // Check that we can compile files of different types together.
-// RUN: llvmc2 %s %p/test_data/together.c -o %t
+// RUN: llvmc %s %p/test_data/together.c -o %t
 // RUN: ./%t | grep hello
 
 extern "C" void test();