================ ---------------- Iasonaskrpr wrote:
In this context, `LDC` refers to the type of linker. For example, if `LD = /usr/bin/clang`, then `LDC = clang`. I assigned any because if `LDC` inherits the value `clang`, the `--driver-mode=g++` linker flag is automatically appended, which causes the build to fail. https://github.com/llvm/llvm-project/pull/218016 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
