[llvm-commits] [llvm] r149561 - /llvm/trunk/lib/Target/Hexagon/CMakeLists.txt
Rafael Espindola
rafael.espindola at gmail.com
Wed Feb 1 15:40:51 PST 2012
Author: rafael
Date: Wed Feb 1 17:40:51 2012
New Revision: 149561
URL: http://llvm.org/viewvc/llvm-project?rev=149561&view=rev
Log:
Fix the cmake build
Modified:
llvm/trunk/lib/Target/Hexagon/CMakeLists.txt
Modified: llvm/trunk/lib/Target/Hexagon/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Hexagon/CMakeLists.txt?rev=149561&r1=149560&r2=149561&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Hexagon/CMakeLists.txt (original)
+++ llvm/trunk/lib/Target/Hexagon/CMakeLists.txt Wed Feb 1 17:40:51 2012
@@ -7,6 +7,7 @@
tablegen(LLVM HexagonGenCallingConv.inc -gen-callingconv)
tablegen(LLVM HexagonGenSubtargetInfo.inc -gen-subtarget)
tablegen(LLVM HexagonGenIntrinsics.inc -gen-tgt-intrinsic)
+tablegen(LLVM HexagonGenDFAPacketizer.inc -gen-dfa-packetizer)
add_public_tablegen_target(HexagonCommonTableGen)
add_llvm_target(HexagonCodeGen
More information about the llvm-commits
mailing list