Skip to content

Commit 39de419

Browse files
bump-llvm[bot]github-actions[bot]makslevental
authored
[LLVM] Bump to fb2d6709f (#439)
Bump LLVM to llvm/llvm-project@fb2d6709f --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: makslevental <m_levental@apple.com>
1 parent b0a7d2e commit 39de419

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/build_mlir_python_bindings_wheel.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
run: |
237237
238238
export MLIR_INCLUDE_TESTS=OFF
239-
export CIBW_ENABLE="cpython-prerelease cpython-freethreading"
239+
export CIBW_ENABLE="cpython-prerelease"
240240
export CIBW_BUILD_VERBOSITY=3
241241
export CIBW_MANYLINUX_AARCH64_IMAGE=quay.io/pypa/manylinux_2_34_aarch64
242242
export CIBW_MANYLINUX_X86_64_IMAGE=quay.io/pypa/manylinux_2_34_x86_64
@@ -246,6 +246,7 @@ jobs:
246246
export CIBW_ENVIRONMENT_PASS_LINUX="CMAKE_CXX_FLAGS CMAKE_C_FLAGS CMAKE_PREFIX_PATH MLIR_DIR WHEEL_VERSION MLIR_INCLUDE_TESTS"
247247
export CIBW_REPAIR_WHEEL_COMMAND_LINUX="LD_LIBRARY_PATH=$CMAKE_PREFIX_PATH/lib auditwheel repair -w {dest_dir} {wheel}"
248248
export CIBW_REPAIR_WHEEL_COMMAND_MACOS="DYLD_LIBRARY_PATH=$CMAKE_PREFIX_PATH/lib delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"
249+
export CIBW_REPAIR_WHEEL_COMMAND_WINDOWS=""
249250
$python3_command -m cibuildwheel "$PWD/third_party/llvm-project/mlir/examples/standalone" --output-dir wheelhouse
250251
251252
- name: Upload artifacts

projects/eudsl-tblgen/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ before-build = [
9696
]
9797

9898
[tool.cibuildwheel.windows]
99+
audit-command = ""
99100
before-build = [
100101
"ccache -z"
101102
]

projects/mlir-python-bindings/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ MLIR_ENABLE_BINDINGS_PYTHON = "ON"
6969
MLIR_BINDINGS_PYTHON_NB_DOMAIN = "mlir"
7070

7171
[tool.cibuildwheel]
72-
enable = "cpython-prerelease cpython-freethreading"
72+
enable = "cpython-prerelease"
7373
build-verbosity = 3
7474
manylinux-aarch64-image = "quay.io/pypa/manylinux_2_34_aarch64"
7575
manylinux-x86_64-image = "quay.io/pypa/manylinux_2_34_x86_64"
@@ -98,4 +98,4 @@ repair-wheel-command = [
9898
[tool.cibuildwheel.windows]
9999
build = "cp310-* cp311-* cp312-* cp313-* cp314-* cp314t-*"
100100
skip = ["*-win32"]
101-
# repair-wheel-command = "delvewheel repair -v -w {dest_dir} {wheel}"
101+
repair-wheel-command = ""

third_party/llvm-project

Submodule llvm-project updated 731 files

0 commit comments

Comments
 (0)