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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 29 10:43:45 PDT 2020


MaskRay added a comment.

This is ok, but can you fix all tests in one patch? For example, `linkerscript/thunk-gen-mips.s` has the same problem.

> because @ is a keyword in linker script which leads to the path being broken in 2 around the @

@ is not a keyword.

@ is not considered part of an unquoted token.


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