forked from OSchip/llvm-project
[libomptarget][nfc][amdgcn] Use precise triple for devicertl build
This commit is contained in:
parent
86f2a3d178
commit
bb38d7ff05
|
@ -102,7 +102,7 @@ macro(add_cuda_bc_library)
|
|||
-c
|
||||
-std=c++14
|
||||
-ffreestanding
|
||||
-target amdgcn
|
||||
-target amdgcn-amd-amdhsa
|
||||
-emit-llvm
|
||||
-Xclang -aux-triple -Xclang x86_64-unknown-linux-gnu # see nvptx
|
||||
-fopenmp -fopenmp-cuda-mode -Xclang -fopenmp-is-device
|
||||
|
|
Loading…
Reference in New Issue