Skip to content

Commit d2f287b

Browse files
vinay-deshmukhgithub-actions[bot]
authored andcommitted
Automerge: [libc]: Remove -Wglobal-constructors for libc tests (#131485)
* Relates to: llvm/llvm-project#119281 * Removes `-Wglobal-constructors` as per: llvm/llvm-project#131485 (review)
2 parents db19200 + 77f0708 commit d2f287b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libc/cmake/modules/LLVMLibCTestRules.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ function(_get_common_test_compile_options output_var c_test flags)
5757
list(APPEND compile_options "-Wnewline-eof")
5858
list(APPEND compile_options "-Wnonportable-system-include-path")
5959
list(APPEND compile_options "-Wthread-safety")
60-
# list(APPEND compile_options "-Wglobal-constructors")
6160
endif()
6261
endif()
6362
set(${output_var} ${compile_options} PARENT_SCOPE)

0 commit comments

Comments
 (0)