[llvm-commits] [llvm] r144245 - /llvm/trunk/utils/TableGen/CMakeLists.txt
Owen Anderson
resistor at mac.com
Wed Nov 9 16:07:22 PST 2011
Author: resistor
Date: Wed Nov 9 18:07:22 2011
New Revision: 144245
URL: http://llvm.org/viewvc/llvm-project?rev=144245&view=rev
Log:
Remove this from the CMake build since I erased the file.
Modified:
llvm/trunk/utils/TableGen/CMakeLists.txt
Modified: llvm/trunk/utils/TableGen/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/CMakeLists.txt?rev=144245&r1=144244&r2=144245&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/CMakeLists.txt (original)
+++ llvm/trunk/utils/TableGen/CMakeLists.txt Wed Nov 9 18:07:22 2011
@@ -3,7 +3,6 @@
set(LLVM_LINK_COMPONENTS Support)
add_tablegen(llvm-tblgen LLVM
- ARMDecoderEmitter.cpp
AsmMatcherEmitter.cpp
AsmWriterEmitter.cpp
AsmWriterInst.cpp
More information about the llvm-commits
mailing list