[PATCH] D11153: [Compiler-RT] If unwind/c++abi is set, don't include libgcc

Logan Chien tzuhsiang.chien at gmail.com
Tue Jul 14 10:16:57 PDT 2015


logan added a comment.

I have some concern on the design of this change.  IMO, it is unintuitive that one `-l` option will affect the other `-l` options.  Can't we simply rely on `--rtlib=compiler-rt`?  Or, alternatively, can we simply emit a warning instead of changing the behavior quietly?  Thanks.


http://reviews.llvm.org/D11153







More information about the cfe-commits mailing list