[PATCH] D122110: [Clang] Set -mlinker-version explicitly in the lto test

Jez Ng via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 20 23:26:59 PDT 2022


int3 accepted this revision.
int3 added a comment.
This revision is now accepted and ready to land.

Ohh gotcha. So clang assumes that the platform linker's version is at least as high as the host linker's, assuming the host linker is ld64. That seems kind of hacky, but I suppose it's existing behavior...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122110



More information about the cfe-commits mailing list