Test for the -filelist fix.
authorMikhail Glushenkov <foldr@codedgers.com>
Thu, 1 Jul 2010 01:00:37 +0000 (01:00 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Thu, 1 Jul 2010 01:00:37 +0000 (01:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107363 91177308-0d34-0410-b5e6-96231b3b80d8

test/LLVMC/C++/filelist.cpp [new file with mode: 0644]

diff --git a/test/LLVMC/C++/filelist.cpp b/test/LLVMC/C++/filelist.cpp
new file mode 100644 (file)
index 0000000..6f5f6f7
--- /dev/null
@@ -0,0 +1,3 @@
+// Test that the -filelist option works correctly with -linker=c++.
+// RUN: llvmc --dry-run -filelist DUMMY -linker c++ |& grep llvm-g++
+// XFAIL: vg