[all-commits] [llvm/llvm-project] abdd65: build_symbolizer.sh: Ensure libcxx include path co...

Matthias Braun via All-commits all-commits at lists.llvm.org
Tue Jul 22 12:19:37 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: abdd654feb79f3125bcff7c939cad79b426c1aea
      https://github.com/llvm/llvm-project/commit/abdd654feb79f3125bcff7c939cad79b426c1aea
  Author: Matthias Braun <matze at braunis.de>
  Date:   2025-07-22 (Tue, 22 Jul 2025)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh

  Log Message:
  -----------
  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.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list