[llvm-commits] [llvm] r151514 - /llvm/trunk/lib/Target/Hexagon/CMakeLists.txt
Craig Topper
craig.topper at gmail.com
Sun Feb 26 18:59:43 PST 2012
Author: ctopper
Date: Sun Feb 26 20:59:43 2012
New Revision: 151514
URL: http://llvm.org/viewvc/llvm-project?rev=151514&view=rev
Log:
Remove HexagonGenIntrinsics.inc from Hexagon cmake file. It does not appear in the Makefile and the output it produces isn't used. The Hexagon intrinsics are all in the global Intrinsics.gen.
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=151514&r1=151513&r2=151514&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Hexagon/CMakeLists.txt (original)
+++ llvm/trunk/lib/Target/Hexagon/CMakeLists.txt Sun Feb 26 20:59:43 2012
@@ -6,7 +6,6 @@
tablegen(LLVM HexagonGenDAGISel.inc -gen-dag-isel)
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)
More information about the llvm-commits
mailing list