[all-commits] [llvm/llvm-project] e3846c: [mlir] [test] Fix missing SHLIB definition in stan...
Michał Górny via All-commits
all-commits at lists.llvm.org
Tue Dec 24 23:12:44 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e3846c0fecb5992110788be18cd04f70103bc778
https://github.com/llvm/llvm-project/commit/e3846c0fecb5992110788be18cd04f70103bc778
Author: Michał Górny <mgorny at gentoo.org>
Date: 2024-12-25 (Wed, 25 Dec 2024)
Changed paths:
M mlir/CMakeLists.txt
Log Message:
-----------
[mlir] [test] Fix missing SHLIB definition in standalone builds (#120907)
Define the `LLVM_SHLIB_OUTPUT_INTDIR` variable that is used by
`configure_lit_site_cfg` to fill `SHLIBDIR`. This fixes tool tests that
would otherwise be unable to find MLIR's runtime shared libraries (e.g.
`libmlir_runner_utils.so`). The logic is copied verbatim from Clang.
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