summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2010-07-01 01:00:37 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2010-07-01 01:00:37 +0000
commit2e5238ffa0becb2d673bd993e59747ec5087bf80 (patch)
tree6877768943b93eb9de2e5faa07b44d81648b9bd6 /test
parent002dd18d1854b5c52f0e621f230dc558bf331dbd (diff)
downloadllvm-2e5238ffa0becb2d673bd993e59747ec5087bf80.tar.gz
llvm-2e5238ffa0becb2d673bd993e59747ec5087bf80.tar.bz2
llvm-2e5238ffa0becb2d673bd993e59747ec5087bf80.tar.xz
Test for the -filelist fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107363 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/LLVMC/C++/filelist.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/LLVMC/C++/filelist.cpp b/test/LLVMC/C++/filelist.cpp
new file mode 100644
index 0000000000..6f5f6f7ae8
--- /dev/null
+++ b/test/LLVMC/C++/filelist.cpp
@@ -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