We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2713b40 commit b4c4859Copy full SHA for b4c4859
offload/DeviceRTL/CMakeLists.txt
@@ -136,7 +136,7 @@ function(compileDeviceRTLLibrary target_name target_triple)
136
"--target=${target_triple}" "-fuse-ld=lld" "-march=" "-mcpu="
137
"-Wno-unused-command-line-argument")
138
target_link_options(libomptarget-${target_name} PRIVATE "--target=${target_triple}"
139
- "-mcpu=power8" "-r" "-nostdlib" "-flto" "-Wl,--lto-emit-llvm"
+ "-r" "-nostdlib" "-flto" "-Wl,--lto-emit-llvm"
140
"-fuse-ld=lld" "-march=" "-mcpu=")
141
install(TARGETS libomptarget-${target_name}
142
PERMISSIONS OWNER_WRITE OWNER_READ GROUP_READ WORLD_READ
0 commit comments