From 1fc65a65fe54635d0e564559ba5a7b8a8a42d4d6 Mon Sep 17 00:00:00 2001 From: dim Date: Mon, 11 Oct 2010 17:22:16 +0000 Subject: Remove more unneeded files and directories from contrib/llvm. This still allows us to build tblgen and clang, and further reduces the footprint in the tree. Approved by: rpaulo (mentor) --- contrib/llvm/lib/ExecutionEngine/Interpreter/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 contrib/llvm/lib/ExecutionEngine/Interpreter/CMakeLists.txt (limited to 'contrib/llvm/lib/ExecutionEngine/Interpreter/CMakeLists.txt') diff --git a/contrib/llvm/lib/ExecutionEngine/Interpreter/CMakeLists.txt b/contrib/llvm/lib/ExecutionEngine/Interpreter/CMakeLists.txt deleted file mode 100644 index dff97fa..0000000 --- a/contrib/llvm/lib/ExecutionEngine/Interpreter/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -add_llvm_library(LLVMInterpreter - Execution.cpp - ExternalFunctions.cpp - Interpreter.cpp - ) -- cgit v1.1