diff options
Diffstat (limited to 'llvm/test/LLVMC/C++/filelist.cpp')
-rw-r--r-- | llvm/test/LLVMC/C++/filelist.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/LLVMC/C++/filelist.cpp b/llvm/test/LLVMC/C++/filelist.cpp new file mode 100644 index 00000000000..6f5f6f7ae85 --- /dev/null +++ b/llvm/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 |