[all-commits] [llvm/llvm-project] 9ecddd: [test] Fix ELF/linkerscript/input-archive.s w/ @ i...
RoboTux via All-commits
all-commits at lists.llvm.org
Thu Apr 30 12:15:23 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9ecddde321c2231e4440396dfd9f1a4718d38ba8
https://github.com/llvm/llvm-project/commit/9ecddde321c2231e4440396dfd9f1a4718d38ba8
Author: Thomas Preud'homme <thomasp at graphcore.ai>
Date: 2020-04-30 (Thu, 30 Apr 2020)
Changed paths:
M lld/test/ELF/linkerscript/input-archive.s
M lld/test/ELF/linkerscript/thunk-gen-mips.s
Log Message:
-----------
[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
More information about the All-commits
mailing list