[PATCH] D86026: Update lld test suite to include a substitution for the current LLVM version and make the test parametric

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 15 17:33:16 PDT 2020


MaskRay added a comment.

I'd suggest overwriting the version field with `getenv("LLD_VERSION")`. See ELF/SyntheticSections.cpp:getVersion.

A mechanism allowing easy cross-version comparison is useful.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86026



More information about the llvm-commits mailing list