[PATCH] D79103: Fix ELF/linkerscript/input-archive.s w/ @ in path

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 30 09:35:58 PDT 2020


MaskRay added inline comments.


================
Comment at: lld/test/ELF/linkerscript/thunk-gen-mips.s:7
 # Linking a PIC and non-PIC object files triggers the LA25 thunk generation.
 # RUN:		echo "SECTIONS { \
 # RUN:		.text : { \
----------------
A better fix is to change the outermost `"` to `'` and use unescaped `"%t"` 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79103/new/

https://reviews.llvm.org/D79103





More information about the llvm-commits mailing list