REGEX matching doesn't work here because the problematic library can
sometimes be "-lpthread" and sometimes "pthread". Let's do the
simplest thing possible and just string compare.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo