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
Commit e1ffe38 pins to bazel version 6.4.0, but users who use bazel via bazelisk before that commit will automatically get bazel version 7 (as of this writing) which breaks the build.
The text was updated successfully, but these errors were encountered:
After adding this version control, mlir-opt build error occurred:
ERROR: /root/.cache/bazel/_bazel_root/7d2d5cb6fc2680e0070f72926e327143/external/llvm-project/mlir/BUILD.bazel:4089:11: Compiling mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp failed: (Exit 1): gcc failed: error executing command (from target @llvm-project//mlir:LLVMDialect) /usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++17' -MD -MF ... (remaining 100 arguments skipped).
However, builded successful when build target @llvm-project//mlir:LLVMDialect, and then build mlir-opt.
Commit e1ffe38 pins to bazel version 6.4.0, but users who use bazel via bazelisk before that commit will automatically get bazel version 7 (as of this writing) which breaks the build.
Commit e1ffe38 pins to bazel version 6.4.0, but users who use bazel via bazelisk before that commit will automatically get bazel version 7 (as of this writing) which breaks the build.
The text was updated successfully, but these errors were encountered: