aboutsummaryrefslogtreecommitdiff
path: root/test/LLVMC/together.cpp
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2008-05-06 18:10:20 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2008-05-06 18:10:20 +0000
commit35a85e845302802be5191dd5c75ccea9eedea1be (patch)
treedc30ab9b1c857d5d33709c67a5fca6c812981f06 /test/LLVMC/together.cpp
parentecbdcf2ae056404cde449783a1ec8ba798c36562 (diff)
Take object file as input and handle files with the same name correctly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50749 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/LLVMC/together.cpp')
-rw-r--r--test/LLVMC/together.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/LLVMC/together.cpp b/test/LLVMC/together.cpp
index 62ff821154..97df193752 100644
--- a/test/LLVMC/together.cpp
+++ b/test/LLVMC/together.cpp
@@ -1,6 +1,5 @@
// Check that we can compile files of different types together.
-// TOFIX: compiling files with same names should work.
-// RUN: llvmc2 %s %p/together1.c -o %t
+// RUN: llvmc2 %s %p/together.c -o %t
// RUN: ./%t | grep hello
extern "C" void test();