diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/llvm/0006-create-destination-mlir-directory.patch | |
Diffstat (limited to 'vcpkg/ports/llvm/0006-create-destination-mlir-directory.patch')
| -rw-r--r-- | vcpkg/ports/llvm/0006-create-destination-mlir-directory.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/llvm/0006-create-destination-mlir-directory.patch b/vcpkg/ports/llvm/0006-create-destination-mlir-directory.patch new file mode 100644 index 0000000..4950a48 --- /dev/null +++ b/vcpkg/ports/llvm/0006-create-destination-mlir-directory.patch @@ -0,0 +1,16 @@ + mlir/python/CMakeLists.txt | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/mlir/python/CMakeLists.txt b/mlir/python/CMakeLists.txt +index 50fbca38a08f..957a6722c21c 100644 +--- a/mlir/python/CMakeLists.txt ++++ b/mlir/python/CMakeLists.txt +@@ -527,6 +527,8 @@ add_mlir_python_common_capi_library(MLIRPythonCAPI + ${_ADDL_TEST_SOURCES} + ) + ++file(MAKE_DIRECTORY "${MLIR_BINARY_DIR}/python_packages/mlir_core/mlir/_mlir_libs") ++ + ################################################################################ + # Custom targets. + ################################################################################ |