Skip to content

Commit 1fa2e4d

Browse files
s/LLVM_//
1 parent eb6bac4 commit 1fa2e4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc/cmake/modules/LLVMLibCObjectRules.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ function(_get_common_compile_options output_var flags)
4343
list(APPEND compile_options "-fno-rtti")
4444
list(APPEND compile_options "-Wall")
4545
list(APPEND compile_options "-Wextra")
46-
# -DLLVM_LIBC_WNO_ERROR=ON if you can't build cleanly with -Werror.
47-
if(NOT LLVM_LIBC_WNO_ERROR)
46+
# -DLIBC_WNO_ERROR=ON if you can't build cleanly with -Werror.
47+
if(NOT LIBC_WNO_ERROR)
4848
list(APPEND compile_options "-Werror")
4949
endif()
5050
list(APPEND compile_options "-Wconversion")

0 commit comments

Comments
 (0)