From 2e5238ffa0becb2d673bd993e59747ec5087bf80 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Thu, 1 Jul 2010 01:00:37 +0000 Subject: [PATCH] Test for the -filelist fix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107363 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/LLVMC/C++/filelist.cpp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/LLVMC/C++/filelist.cpp 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