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.
-Xoffload-linker
1 parent 273aecd commit 6c5f50fCopy full SHA for 6c5f50f
offload/test/lit.cfg
@@ -207,7 +207,7 @@ def add_libraries(source):
207
"-Xoffload-linker -lm " + \
208
"-Xoffload-linker -lompdevice"
209
else:
210
- return source + " " + "-Xoffload-lnker -lompdevice"
+ return source + " " + "-Xoffload-linker -lompdevice"
211
212
# substitutions
213
# - for targets that exist in the system create the actual command.
0 commit comments