Skip to content

Commit

Permalink
Bump IREE 10/15/204
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental committed Oct 15, 2024
1 parent 6023dd7 commit 79e5983
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions build_tools/build_test_cpp.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,6 @@ $CMAKE_ARGS = @(
if ($llvm_install_dir -and (Test-Path "$llvm_install_dir"))
{
echo "using existing llvm install @ $llvm_install_dir"
# TODO(max): send IREE a fix for this
# target_compile_definitions may only set INTERFACE properties on IMPORTED
$cmake_file = Resolve-Path -Path "$iree_dir/compiler/src/iree/compiler/API/CMakeLists.txt"
(Get-Content $cmake_file).Replace("if(MSVC)", "get_target_property(_imported `$`{_object_lib} IMPORTED)`n if(MSVC AND NOT `$`{_imported})") `
| Out-File -encoding ASCII $cmake_file
$CMAKE_ARGS += @(
"-DIREE_BUILD_BUNDLED_LLVM=OFF"
"-DClang_DIR=$llvm_install_dir/lib/cmake/clang"
Expand Down
2 changes: 1 addition & 1 deletion third_party/iree
Submodule iree updated 153 files

0 comments on commit 79e5983

Please sign in to comment.