You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other than the usual integration, this PR also addresses the followings:
1. Disables certain build and tests for
#2751.
In stablehlo/conversions/tosa/transforms/CMakeLists.txt, just commenting
the problematic files is not enough because
```
LLVM's build system enforces that all source files are added to a build target
```
Hence we added add `PARTIAL_SOURCES_INTENDED` to the target
specification, though it is discouraged.
1. Fixes `build_tools/integrate/llvm_bump_revision.sh` to account for
unset value of `$1` as enforced by `set -o nounset`
0 commit comments