[PATCH] D51440: [ToolChains] Link to compiler-rt with -L + -l when possible

Manoj Gupta via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 29 10:31:18 PDT 2018


manojgupta added a comment.

Just a minor comment regarding test cases: Since you are adding both -L/path/ and -l<libname>,  the test cases should be updated to  check for the -L/path/ argument as well.


Repository:
  rC Clang

https://reviews.llvm.org/D51440





More information about the cfe-commits mailing list