[PATCH] D84058: Pass -rtlib=libgcc in tests conditioned on the default.

Sterling Augustine via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 17 11:33:54 PDT 2020


saugustine added a comment.

This is a reasonable workaround, as it seems to be checking the position of various arguments, and as things work today, lgcc and the compiler-rt variants appear in exactly the same places.

If we wanted to be really strict, we would add some new test that tested that the two different libraries appeared in exactly the same places, but I believe if this became not true we would see many other failures.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84058





More information about the cfe-commits mailing list