r600g/llvm: Don't duplicate R600 intrinsics installed by LLVM
authorTom Stellard <thomas.stellard@amd.com>
Tue, 24 Apr 2012 17:31:07 +0000 (13:31 -0400)
committerTom Stellard <thomas.stellard@amd.com>
Thu, 3 May 2012 13:20:17 +0000 (09:20 -0400)
commitddb4dac13341d5b33b9e129ecb0e2abec30a27b6
treef9615f8bef10678e35173a412384a034e8af1dee
parent1bd3dafeca90f1293acd9b9ab63bf617139bfacf
r600g/llvm: Don't duplicate R600 intrinsics installed by LLVM

At this point, in order for OpenCL to work correctly with r600g, OpenCL
specific intrinsics need to be defined in the LLVM tree.  So, we need
to check for these intrinsics in the LLVM include directory to make sure
not to re-define them.
src/gallium/drivers/radeon/Makefile
src/gallium/drivers/radeon/Makefile.sources
src/gallium/drivers/radeon/R600Intrinsics.td [deleted file]
src/gallium/drivers/radeon/R600IntrinsicsNoOpenCL.td [new file with mode: 0644]
src/gallium/drivers/radeon/R600IntrinsicsOpenCL.td [new file with mode: 0644]