llvm-project
abdd654f - build_symbolizer.sh: Ensure libcxx include path comes first (#149431)

Commit
72 days ago
build_symbolizer.sh: Ensure libcxx include path comes first (#149431) libc++ expects to come first in the search path, before libc. See for example: https://github.com/llvm/llvm-project/blob/main/libcxx/include/cstddef#L45 Make sure the C++ include path comes first even if custom paths to libc and other packages are passed in via the `FLAGS` variable.
Author
Parents
Loading