aboutsummaryrefslogtreecommitdiff
path: root/test/LLVMC/C++/filelist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/LLVMC/C++/filelist.cpp')
-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