HomeSort by: relevance | last modified time | path
    Searched refs:Clang (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/m4/
ax_pthread.m4 227 # Are we compiling with Clang?
229 AC_CACHE_CHECK([whether $CC is Clang],
232 # Note that Autoconf sets GCC=yes for Clang as well as GCC
235 [/* Note: Clang 2.7 lacks __clang_[a-z]+__ */
247 # Clang needs special handling, because older versions handle the -pthread
252 # Clang takes -pthread; it has never supported any other flag
254 # (Note 1: This will need to be revisited if a system that Clang
269 # However, older versions of Clang make a point of warning the user
285 # that build with -Werror. So if the active version of Clang has
288 AC_CACHE_CHECK([whether Clang needs flag to prevent "argument unused" warning when linking with -pthread]
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/interception/tests/
CMakeLists.txt 25 if(COMPILER_RT_TEST_COMPILER_ID MATCHES "Clang")
99 # We use just-built clang to build interception unittests, so we must
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
CMakeLists.txt 63 if(COMPILER_RT_TEST_COMPILER_ID MATCHES "Clang")
91 # The default stack size for clang is 8M.
174 # We use just-built clang to build sanitizer_common unittests, so we must
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
CMakeLists.txt 44 if(COMPILER_RT_TEST_COMPILER_ID MATCHES "Clang")
189 # compile time with a macro. Simulate the effect of passing /MD to clang-cl.
  /src/sys/external/isc/libsodium/dist/contrib/
Findsodium.cmake 30 OR CMAKE_C_COMPILER_ID STREQUAL "Clang")
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfData.inc 703 * generated profile, and 0 if this is a Clang FE generated profile.
  /src/usr.bin/make/
test-variants.mk 29 # messages. Clang has a few stricter checks than GCC, concerning enums
  /src/share/mk/
bsd.own.mk 397 TOOL_CC.clang= ${EXTERNAL_TOOLCHAIN}/bin/${MACHINE_GNU_PLATFORM}-clang
398 TOOL_CPP.clang= ${EXTERNAL_TOOLCHAIN}/bin/${MACHINE_GNU_PLATFORM}-clang-cpp
399 TOOL_CXX.clang= ${EXTERNAL_TOOLCHAIN}/bin/${MACHINE_GNU_PLATFORM}-clang++
400 TOOL_OBJC.clang= ${EXTERNAL_TOOLCHAIN}/bin/${MACHINE_GNU_PLATFORM}-clang
425 # Clang supports C, C++ and Objective C
426 TOOL_CC.clang= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-clan
    [all...]
  /src/sys/external/isc/libsodium/dist/
configure 5015 # Are we compiling with Clang?
5017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC is Clang" >&5
5018 $as_echo_n "checking whether $CC is Clang... " >&6; }
5023 # Note that Autoconf sets GCC=yes for Clang as well as GCC
5027 /* Note: Clang 2.7 lacks __clang_[a-z]+__ */
5048 # Clang needs special handling, because older versions handle the -pthread
5053 # Clang takes -pthread; it has never supported any other flag
5055 # (Note 1: This will need to be revisited if a system that Clang
5070 # However, older versions of Clang make a point of warning the user
5086 # that build with -Werror. So if the active version of Clang ha
    [all...]

Completed in 22 milliseconds