summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2019-01-30 17:25:37 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2019-01-30 17:25:37 +0000
commit4c0409e9c7113601bede359b46224f2a98e7a081 (patch)
treeb9e721631a2d2c212ce017ca82cfd6af90769bc1 /llvm/lib
parent317fad5921b8e2b12ac88453f7fca189c2830590 (diff)
downloadbcm5719-llvm-4c0409e9c7113601bede359b46224f2a98e7a081.tar.gz
bcm5719-llvm-4c0409e9c7113601bede359b46224f2a98e7a081.zip
AMDGPU: Stop generating unused intrinsic .inc files
llvm-svn: 352635
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/AMDGPU/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/AMDGPU/CMakeLists.txt b/llvm/lib/Target/AMDGPU/CMakeLists.txt
index 66f677f0b91..442946c4543 100644
--- a/llvm/lib/Target/AMDGPU/CMakeLists.txt
+++ b/llvm/lib/Target/AMDGPU/CMakeLists.txt
@@ -6,8 +6,6 @@ tablegen(LLVM AMDGPUGenCallingConv.inc -gen-callingconv)
tablegen(LLVM AMDGPUGenDAGISel.inc -gen-dag-isel)
tablegen(LLVM AMDGPUGenDisassemblerTables.inc -gen-disassembler)
tablegen(LLVM AMDGPUGenInstrInfo.inc -gen-instr-info)
-tablegen(LLVM AMDGPUGenIntrinsicEnums.inc -gen-tgt-intrinsic-enums)
-tablegen(LLVM AMDGPUGenIntrinsicImpl.inc -gen-tgt-intrinsic-impl)
tablegen(LLVM AMDGPUGenMCCodeEmitter.inc -gen-emitter)
tablegen(LLVM AMDGPUGenMCPseudoLowering.inc -gen-pseudo-lowering)
tablegen(LLVM AMDGPUGenRegisterBank.inc -gen-register-bank)
OpenPOWER on IntegriCloud