[PATCH] D109977: LLVM Driver Multicall tool

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 19 20:10:19 PDT 2022


mgorny added a comment.

Unsurprisingly, it fails just the same because using an undefined variable is equivalent to not using it at all, so once again you're trying to link to static libraries that are *not there*. When dylib linking is used, you can't link to static libraries here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109977



More information about the llvm-commits mailing list