File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,6 @@ set(LLVM_ENABLE_RUNTIMES
1313 compiler-rt
1414 CACHE STRING "" )
1515
16- # NOTE(compnerd) always enable assertions, the toolchain will not provide enough
17- # context to resolve issues otherwise and may silently generate invalid output.
18- set (LLVM_ENABLE_ASSERTIONS YES CACHE BOOL "" )
19-
2016set (ENABLE_X86_RELAX_RELOCATIONS YES CACHE BOOL "" )
2117
2218# NOTE(compnerd) we can hardcode the default target triple since the cache files
Original file line number Diff line number Diff line change @@ -13,10 +13,6 @@ set(LLVM_ENABLE_RUNTIMES
1313 compiler-rt
1414 CACHE STRING "" )
1515
16- # NOTE(compnerd) always enable assertions, the toolchain will not provide enough
17- # context to resolve issues otherwise and may silently generate invalid output.
18- set (LLVM_ENABLE_ASSERTIONS YES CACHE BOOL "" )
19-
2016set (ENABLE_X86_RELAX_RELOCATIONS YES CACHE BOOL "" )
2117
2218# NOTE(compnerd) we can hardcode the default target triple since the cache files
You can’t perform that action at this time.
0 commit comments