Update release script to use clang for CIRCT [NFC]

This commit is contained in:
Andrew Young 2022-06-29 11:08:38 -07:00
parent a975f08e0e
commit 4400b1a601
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ cd ../circt && \
cmake ../.. \
-DMLIR_DIR=../llvm/lib/cmake/mlir \
-DLLVM_DIR=../llvm/lib/cmake/llvm \
-DCMAKE_C_COMPILER=clang \
-DCMAKE_CXX_COMPILER=clang++ \
-DLLVM_ENABLE_ASSERTIONS=OFF \
-DCMAKE_BUILD_TYPE=RELEASE \
-DLLVM_STATIC_LINK_CXX_STDLIB=ON \