[all-commits] [llvm/llvm-project] 740252: [mlir-cpu-runner] Pass --exclude-libs to linker wh...
Andrea Faulds via All-commits
all-commits at lists.llvm.org
Wed Jan 15 08:05:33 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 740252164ed830502ff966628bc07be07e10159b
https://github.com/llvm/llvm-project/commit/740252164ed830502ff966628bc07be07e10159b
Author: Andrea Faulds <andrea.faulds at amd.com>
Date: 2025-01-15 (Wed, 15 Jan 2025)
Changed paths:
M mlir/tools/mlir-cpu-runner/CMakeLists.txt
Log Message:
-----------
[mlir-cpu-runner] Pass --exclude-libs to linker when building runner (#122920)
This fixes a conflict between the version of LLVM linked against by the
runner and the unrelated version of LLVM that may be dynamically loaded
by a graphics driver. (Relevant to #73457: fixes loading certain Vulkan
drivers.)
Recommit of f879da799b4e112d79243dde6d299259d8359eeb, which had been
reverted by d8d30a96031bfdad3e2c424e14a4247c14980cb5 due to it causing
UBSan/ASan/HWASan/MSan build failures.
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