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 0f5f1a1 commit 79a9dc6Copy full SHA for 79a9dc6
External/SPEC/CINT2006/403.gcc/CMakeLists.txt
@@ -8,7 +8,7 @@ if(TARGET_OS STREQUAL "Darwin")
8
# Necessary for iOS
9
list(APPEND LDFLAGS -Xlinker -stack_size -Xlinker 0x8000000)
10
endif()
11
-list(APPEND CPPFLAGS -DPOSIX -DSPEC_CPU_HAVE_BOOL)
+list(APPEND CPPFLAGS -DPOSIX -DSPEC_CPU_HAVE_BOOL -Wno-error=incompatible-pointer-types)
12
13
macro(test_input run_type ifile sfile)
14
llvm_test_run(RUN_TYPE ${run_type} WORKDIR %S
0 commit comments