We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56bcdb commit d2ae492Copy full SHA for d2ae492
build/build.sh
@@ -73,7 +73,8 @@ mizvekov-resugar)
73
BRANCH=resugar
74
URL=https://github.com/mizvekov/llvm-project.git
75
VERSION=mizvekov-resugar-$(date +%Y%m%d)
76
- CMAKE_EXTRA_ARGS+=("-DLLVM_ENABLE_ASSERTIONS=ON")
+ CMAKE_EXTRA_ARGS+=("-DLLVM_ENABLE_ASSERTIONS=ON" "-DLLVM_OPTIMIZED_TABLEGEN=ON")
77
+ LLVM_ENABLE_RUNTIMES+=";libunwind"
78
;;
79
lifetime-trunk)
80
BRANCH=lifetime
0 commit comments