[all-commits] [llvm/llvm-project] be1074: [clang] Don't assume location of compiler-rt for O...
John Ericson via All-commits
all-commits at lists.llvm.org
Wed May 15 09:44:17 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: be10746f3a4381456eb5082a968766201c17ab5d
https://github.com/llvm/llvm-project/commit/be10746f3a4381456eb5082a968766201c17ab5d
Author: John Ericson <John.Ericson at Obsidian.Systems>
Date: 2024-05-15 (Wed, 15 May 2024)
Changed paths:
M clang/lib/Driver/ToolChains/OpenBSD.cpp
Log Message:
-----------
[clang] Don't assume location of compiler-rt for OpenBSD (#92183)
If the `/usr/lib/...` path where compiler-rt is conventionally installed
on OpenBSD does not exist, fall back to the regular logic to find it.
This is a minimal change to allow OpenBSD cross compilation from a
toolchain that doesn't adopt all of OpenBSD's monorepo's conventions.
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