Skip to content

Commit 6c5f50f

Browse files
committed
[Offload] Fix typo on -Xoffload-linker
1 parent 273aecd commit 6c5f50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offload/test/lit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def add_libraries(source):
207207
"-Xoffload-linker -lm " + \
208208
"-Xoffload-linker -lompdevice"
209209
else:
210-
return source + " " + "-Xoffload-lnker -lompdevice"
210+
return source + " " + "-Xoffload-linker -lompdevice"
211211

212212
# substitutions
213213
# - for targets that exist in the system create the actual command.

0 commit comments

Comments
 (0)