[clang] [Clang][Driver] Add option to provide path for multilib's YAML config file (PR #109640)

Lucas Duarte Prates via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 30 09:38:06 PDT 2024


pratlucas wrote:

> You need to check the command line arg inside `BareMetal::findMultilibs`, as that function does not call `findMultilibsFromYAML` at all if the default path does not exist. (This was picked up in CI.)

Done. I also had untangle a bit the sysroot computation from the default yaml config path to make sure the behaviour is consistent when using the new option.

https://github.com/llvm/llvm-project/pull/109640


More information about the cfe-commits mailing list