[OpenMP] Remove the new runtime default for AMDGPU
authorJoseph Huber <jhuber6@vols.utk.edu>
Thu, 2 Dec 2021 17:28:21 +0000 (12:28 -0500)
committerJoseph Huber <jhuber6@vols.utk.edu>
Thu, 2 Dec 2021 17:35:58 +0000 (12:35 -0500)
commit96ff74a0d5982cb70ac25883f3b0d5bb99947aa9
tree100f69bbb73360e0694708d7559c3d12f5d37c91
parent262dd1e42d719d2bd3fa18233500204c6950cede
[OpenMP] Remove the new runtime default for AMDGPU

The new runtime is currently broken for AMD offloading. This patch makes
the default the old runtime only for the AMD target.

Reviewed By: ronlieb

Differential Revision: https://reviews.llvm.org/D114965
clang/include/clang/Driver/Options.td
clang/lib/Driver/ToolChains/AMDGPUOpenMP.cpp
clang/lib/Driver/ToolChains/Clang.cpp