diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2010-07-01 01:00:37 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2010-07-01 01:00:37 +0000 |
commit | 0354891d98aa202c98140e7be4d33797575049b0 (patch) | |
tree | 2a85b83e0e838d9a23ae1017222434eb3bfb2392 /llvm/test/LLVMC/C++/filelist.cpp | |
parent | ed6aea770d5a5b29a9173c220b29465eefcd32b8 (diff) | |
download | bcm5719-llvm-0354891d98aa202c98140e7be4d33797575049b0.tar.gz bcm5719-llvm-0354891d98aa202c98140e7be4d33797575049b0.zip |
Test for the -filelist fix.
llvm-svn: 107363
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 |