Switch RS over to using RS_LLVM_* tools.
This change updates the runtime build rules to use RS_LLVM_* tools,
which correspond to the version of LLVM checked in currently to
external/, instead of mapping to the latest host prebuilts. This will
help prevent version differences for newer IR generated by the updated
host prebuilts, which then might not be readable with the on-device LLVM
bits we build from external/.
It also removes an unused reference to clcore_LLVM_LD.
Change-Id: I9f85daf47da21340333cc09dc6f6f2eb8d438a4b
1 file changed