]> granicus.if.org Git - clang/commit
Disable code object version 3 for HIP toolchain
authorYaxun Liu <Yaxun.Liu@amd.com>
Tue, 16 Oct 2018 17:36:23 +0000 (17:36 +0000)
committerYaxun Liu <Yaxun.Liu@amd.com>
Tue, 16 Oct 2018 17:36:23 +0000 (17:36 +0000)
commitbcda707b20ee8c1ad0ce4e9503c761c85e6ce624
tree7e23d42bfec0d68d69fe6300d87b49e5a9dfdabd
parentd9c4f8debc306b4ccad6d7864af0cafe8e3a5284
Disable code object version 3 for HIP toolchain

AMDGPU backend will switch to code object version 3 by default.
Since HIP runtime is not ready, disable it until the runtime is ready.

Differential Revision: https://reviews.llvm.org/D53325

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@344630 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains/HIP.cpp
test/Driver/hip-toolchain-no-rdc.hip
test/Driver/hip-toolchain-rdc.hip