diff --git a/test/LLVMC/C++/filelist.cpp b/test/LLVMC/C++/filelist.cpp new file mode 100644 index 00000000000..6f5f6f7ae85 --- /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