[PATCH] D69313: Handle more crt*.o filename variants.

Sterling Augustine via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 22 15:18:02 PDT 2019


saugustine marked an inline comment as done.
saugustine added a comment.

Thanks. Please take another look.

The biggest issue here is that embedding a string in the regex takes more  code than it saves, so I just promoted the regex into the calling functions.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D69313





More information about the llvm-commits mailing list