[PATCH] D79880: [LLD][ELF] Use offset in thin archives to disambiguate thinLTO members

Hongtao Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 13 11:25:16 PDT 2020


hoyFB added inline comments.


================
Comment at: lld/test/ELF/lto/thinlto-thinarchivecollision.ll:2
+; REQUIRES: x86
+; RUN: rm -fr %T/thinlto-archives
+; RUN: mkdir %T/thinlto-archives %T/thinlto-archives/a %T/thinlto-archives/b
----------------
MaskRay wrote:
> %T is currently deprecated.
> 
> You can use `RUN: rm -fr %t && mkdir %t && cd %t` and update the following lines to be relative to `%t`
Good idea, it also simplifies the CHECK lines.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79880





More information about the llvm-commits mailing list