Skip to content

Commit

Permalink
Maybe fix llvm-flang
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Nov 1, 2021
1 parent 4fb6a28 commit b08e6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ llvmflang-trunk)
BRANCH=main
URL=https://github.com/llvm/llvm-project.git
VERSION=llvmflang-trunk-$(date +%Y%m%d)
LLVM_ENABLE_PROJECTS="mlir;flang"
LLVM_ENABLE_PROJECTS="mlir;flang;clang"
LLVM_ENABLE_RUNTIMES=""
CMAKE_EXTRA_ARGS=-DCMAKE_CXX_STANDARD=17
;;
Expand Down

0 comments on commit b08e6a9

Please sign in to comment.