[all-commits] [llvm/llvm-project] aa78c5: Fix MLIR Python CMake bug causing duplicate source...
Stella Laurenzo via All-commits
all-commits at lists.llvm.org
Mon Jul 4 07:08:20 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aa78c5298ea37f2ca8150dc0a1c880be7ec438f4
https://github.com/llvm/llvm-project/commit/aa78c5298ea37f2ca8150dc0a1c880be7ec438f4
Author: Stella Laurenzo <stellaraccident at gmail.com>
Date: 2022-07-04 (Mon, 04 Jul 2022)
Changed paths:
M mlir/cmake/modules/AddMLIRPython.cmake
Log Message:
-----------
Fix MLIR Python CMake bug causing duplicate sources target.
The refactor in https://reviews.llvm.org/D128230 introduced a new target and the name is not scoped properly, leading to name collisions on larger projects. It is done properly on the target just below, so applying the same pattern here fixes the issue.
More information about the All-commits
mailing list