]> granicus.if.org Git - clang/commit
[HIP] Replace irif library with hip.amdgcn.bc
authorAaron Enye Shi <enye.shi@gmail.com>
Thu, 11 Oct 2018 19:41:54 +0000 (19:41 +0000)
committerAaron Enye Shi <enye.shi@gmail.com>
Thu, 11 Oct 2018 19:41:54 +0000 (19:41 +0000)
commit4bdee8d763d130902f55219c1f87be40d9f4e4cb
treef80733cd801ac3eb5f502f8695a97c85d0d0857a
parent0120b056bc8a9d05abb28fa051c48c1eadcc7cb0
[HIP] Replace irif library with hip.amdgcn.bc

No longer use irif amdgcn library, instead we will use the previous fence functions from new hip.amdgcn.bc bitcode library. Update hip-device-libs.hip test as well.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@344281 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains/HIP.cpp
test/Driver/Inputs/hip_dev_lib/hip.amdgcn.bc [new file with mode: 0644]
test/Driver/hip-device-libs.hip