Created
May 27, 2026 17:51
-
-
Save shunting314/6bdd1c29cd0325ff1cb6e097fa220798 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/scripts/build-llvm-project.sh b/scripts/build-llvm-project.sh | |
| index e45356d5c3..795fed8149 100755 | |
| --- a/scripts/build-llvm-project.sh | |
| +++ b/scripts/build-llvm-project.sh | |
| @@ -18,9 +18,9 @@ if [ -z "$CMAKE_ARGS" ]; then | |
| -DCMAKE_BUILD_TYPE="$LLVM_BUILD_TYPE" | |
| -DLLVM_CCACHE_BUILD=OFF | |
| -DLLVM_ENABLE_ASSERTIONS=ON | |
| - -DCMAKE_C_COMPILER=clang | |
| - -DCMAKE_CXX_COMPILER=clang++ | |
| - -DLLVM_ENABLE_LLD=ON | |
| + -DCMAKE_C_COMPILER=gcc | |
| + -DCMAKE_CXX_COMPILER=g++ | |
| + -DLLVM_ENABLE_LLD=OFF | |
| -DLLVM_OPTIMIZED_TABLEGEN=ON | |
| -DMLIR_ENABLE_BINDINGS_PYTHON=OFF | |
| -DLLVM_ENABLE_ZSTD=OFF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment