diff options
author | Eric Christopher <echristo@apple.com> | 2011-09-19 23:22:41 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-09-19 23:22:41 +0000 |
commit | 4b0ae48614983089135cc5f374e5431de368dea7 (patch) | |
tree | 526b1ada294739549f3dfdd25c487854f56a0cfc /llvm/test/LLVMC/C++/filelist.cpp | |
parent | f1e2c40b1b42dda9c143e5e9aef9e4f315ae8afc (diff) | |
download | bcm5719-llvm-4b0ae48614983089135cc5f374e5431de368dea7.tar.gz bcm5719-llvm-4b0ae48614983089135cc5f374e5431de368dea7.zip |
Remove llvmc and assorted build machinery for it.
The problems that llvmc solved have largely been subsumed with the
tasks that the clang driver can accomplish, but llvmc lacks flexibility
and depends too heavily on the EOL'd llvm-gcc.
llvm-svn: 140093
Diffstat (limited to 'llvm/test/LLVMC/C++/filelist.cpp')
-rw-r--r-- | llvm/test/LLVMC/C++/filelist.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/test/LLVMC/C++/filelist.cpp b/llvm/test/LLVMC/C++/filelist.cpp deleted file mode 100644 index 6f5f6f7ae85..00000000000 --- a/llvm/test/LLVMC/C++/filelist.cpp +++ /dev/null @@ -1,3 +0,0 @@ -// Test that the -filelist option works correctly with -linker=c++. -// RUN: llvmc --dry-run -filelist DUMMY -linker c++ |& grep llvm-g++ -// XFAIL: vg |