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 | f11750633d31a474b8092d7103f50ca5af275d8d (patch) | |
tree | 6c635335e5c14c8f5556b91bff582b856a3b0d47 /test/LLVMC/test_data/false2.cpp | |
parent | 9546de68aac116cdf6f0af5a2972101acc476e0c (diff) | |
download | external_llvm-f11750633d31a474b8092d7103f50ca5af275d8d.tar.gz external_llvm-f11750633d31a474b8092d7103f50ca5af275d8d.tar.bz2 external_llvm-f11750633d31a474b8092d7103f50ca5af275d8d.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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140093 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/LLVMC/test_data/false2.cpp')
-rw-r--r-- | test/LLVMC/test_data/false2.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/LLVMC/test_data/false2.cpp b/test/LLVMC/test_data/false2.cpp deleted file mode 100644 index bba064c8e0..0000000000 --- a/test/LLVMC/test_data/false2.cpp +++ /dev/null @@ -1,5 +0,0 @@ -#include <string> - -std::string test2() { - return "lo"; -} |