[all-commits] [llvm/llvm-project] 7d9260: [gn/mac] Fix isysroot flag when building compiler-rt
Nico Weber via All-commits
all-commits at lists.llvm.org
Wed Jun 19 09:54:38 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7d9260948f48ba2f3a9c4a3e4d5796cb91ea34f0
https://github.com/llvm/llvm-project/commit/7d9260948f48ba2f3a9c4a3e4d5796cb91ea34f0
Author: Nico Weber <thakis at chromium.org>
Date: 2024-06-19 (Wed, 19 Jun 2024)
Changed paths:
M llvm/utils/gn/build/toolchain/target_flags.gni
Log Message:
-----------
[gn/mac] Fix isysroot flag when building compiler-rt
If the GN arg `sysroot` was set to a root-relative path like e.g.
`"//sysroot"`, we weren't rebasing it correctly, leading to
warnings from clang about it ignoring a non-existent sysroot.
Similar to 6073f87d7f160.
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