forked from OSchip/llvm-project
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.
llvm-svn: 151514
This commit is contained in:
parent
8e76068c6e
commit
317640dfd0
|
@ -6,7 +6,6 @@ tablegen(LLVM HexagonGenAsmWriter.inc -gen-asm-writer)
|
|||
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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue