[llvm-commits] [llvm] r107363 - /llvm/trunk/test/LLVMC/C++/filelist.cpp

Mikhail Glushenkov foldr at codedgers.com
Wed Jun 30 18:00:37 PDT 2010


Author: foldr
Date: Wed Jun 30 20:00:37 2010
New Revision: 107363

URL: http://llvm.org/viewvc/llvm-project?rev=107363&view=rev
Log:
Test for the -filelist fix.

Added:
    llvm/trunk/test/LLVMC/C++/filelist.cpp

Added: llvm/trunk/test/LLVMC/C++/filelist.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/LLVMC/C%2B%2B/filelist.cpp?rev=107363&view=auto
==============================================================================
--- llvm/trunk/test/LLVMC/C++/filelist.cpp (added)
+++ llvm/trunk/test/LLVMC/C++/filelist.cpp Wed Jun 30 20:00:37 2010
@@ -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





More information about the llvm-commits mailing list