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 9aebfde commit 4785832Copy full SHA for 4785832
offload/DeviceRTL/CMakeLists.txt
@@ -156,7 +156,7 @@ function(compileDeviceRTLLibrary target_name target_triple)
156
)
157
target_link_libraries(omptarget.${target_name} PRIVATE omptarget.${target_name}.all_objs)
158
target_link_options(omptarget.${target_name} PRIVATE "--target=${target_triple}"
159
- "-Wno-unused-command-line-argument""-r" "-nostdlib" "-flto"
+ "-Wno-unused-command-line-argument" "-r" "-nostdlib" "-flto"
160
"-Wl,--lto-emit-llvm" "-fuse-ld=lld" "-march=" "-mcpu=")
161
162
install(TARGETS omptarget.${target_name}
0 commit comments