[PATCH] D129032: [llvm-lib] Ignore /NODEFAULTLIB flag

Pengxuan Zheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 5 10:01:11 PDT 2022


pzheng added a comment.

In D129032#3628870 <https://reviews.llvm.org/D129032#3628870>, @thakis wrote:

> Looks fine to me.
>
> May I ask what motivates all these changes? Are you trying to build a particular project? Is it difficult to not pass link.exe-only flags to lib.exe in that project for some reason?

Thanks, @thakis. What motivated these changes are some build errors we encountered when building proprietary projects with clang. We don't have control over the flags passed to llvm-lib, so need a way to work around these flag compatibility issues for now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129032



More information about the llvm-commits mailing list