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

  /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 417 TOOL_CC.clang= ${EXTERNAL_TOOLCHAIN}/bin/${MACHINE_GNU_PLATFORM}-clang
418 TOOL_CPP.clang= ${EXTERNAL_TOOLCHAIN}/bin/${MACHINE_GNU_PLATFORM}-clang-cpp
419 TOOL_CXX.clang= ${EXTERNAL_TOOLCHAIN}/bin/${MACHINE_GNU_PLATFORM}-clang++
420 TOOL_OBJC.clang= ${EXTERNAL_TOOLCHAIN}/bin/${MACHINE_GNU_PLATFORM}-clang
445 # Clang supports C, C++ and Objective C
446 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 213 milliseconds