[PATCH] D109977: LLVM Driver Multicall tool

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 20 03:58:01 PDT 2022


mgorny added a comment.

Ok, I've made D130158 <https://reviews.llvm.org/D130158> as an absolutely minimal change that seems to fix it for me. Basically, I'm skipping all the driver-related logic that's not strictly necessary when `LLVM_TOOL_LLVM_DRIVER_BUILD` is off. The driver remains broken when dylib is used but at least it shouldn't affect people who don't enable it now.


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