From: Mikhail Glushenkov Date: Thu, 1 Jul 2010 01:00:37 +0000 (+0000) Subject: Test for the -filelist fix. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2e5238ffa0becb2d673bd993e59747ec5087bf80;p=oota-llvm.git Test for the -filelist fix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107363 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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