diff options
author | Guansong Zhang <zhang.guansong@gmail.com> | 2018-04-09 14:45:41 +0000 |
---|---|---|
committer | Guansong Zhang <zhang.guansong@gmail.com> | 2018-04-09 14:45:41 +0000 |
commit | f0029a77382483aeede05c5d0ac8423a5eba7f7a (patch) | |
tree | 3cb4d8e8e57057164ae44e865a01cd1ebb697772 | |
parent | eadfac87480b76f2069e41da9b92fe9f745fac8a (diff) | |
download | bcm5719-llvm-f0029a77382483aeede05c5d0ac8423a5eba7f7a.tar.gz bcm5719-llvm-f0029a77382483aeede05c5d0ac8423a5eba7f7a.zip |
Revert "[OpenMP] enable bc file compilation using the latest clang"
This reverts commit 6849e31c36d712d97433bca9af39b7a09c8c1207.
llvm-svn: 329576
-rw-r--r-- | openmp/libomptarget/deviceRTLs/nvptx/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openmp/libomptarget/deviceRTLs/nvptx/CMakeLists.txt b/openmp/libomptarget/deviceRTLs/nvptx/CMakeLists.txt index 757b5bcfac0..312cc3de0f3 100644 --- a/openmp/libomptarget/deviceRTLs/nvptx/CMakeLists.txt +++ b/openmp/libomptarget/deviceRTLs/nvptx/CMakeLists.txt @@ -145,7 +145,6 @@ if(LIBOMPTARGET_DEP_CUDA_FOUND) # no other compiler capable of generating bitcode from cuda sources. set(CUDA_FLAGS -emit-llvm - -fcuda-rdc -O1 -Xclang -target-feature -Xclang +${CUDA_PTX_VERSION} |