diff options
author | Thomas Preud'homme <thomasp@graphcore.ai> | 2020-04-29 17:27:17 +0100 |
---|---|---|
committer | Thomas Preud'homme <thomasp@graphcore.ai> | 2020-04-30 20:14:22 +0100 |
commit | 9ecddde321c2231e4440396dfd9f1a4718d38ba8 (patch) | |
tree | 59651c90f44a9133168d43aed7a2f4f22d2d38cf /llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp | |
parent | 7182d2da056fad639378aae58536a8235ffa87aa (diff) | |
download | llvm-9ecddde321c2231e4440396dfd9f1a4718d38ba8.zip llvm-9ecddde321c2231e4440396dfd9f1a4718d38ba8.tar.gz llvm-9ecddde321c2231e4440396dfd9f1a4718d38ba8.tar.bz2 |
[test] Fix ELF/linkerscript/input-archive.s w/ @ in path
Lld test ELF/linkerscript/input-archive.s fails when path contain a @
because is not accepted in unquoted token in linker scripts which leads
to the path being broken in 2 around the @. This commit quotes the path
used in the linker script created by this and similar testcases allowing
the test to pass even in the presence of an @ sign in the path.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D79103
Diffstat (limited to 'llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp')
0 files changed, 0 insertions, 0 deletions