freebsd-src/lib/libclang_rt
Dimitry Andric a34d2231fa Partially revert 6527682ab7 for llvm-based projects
Upstream llvm compiles most of their subprojects with -std=c++17
explicitly, not -std=gnu++17. In gnu++17 mode, both clang and gcc define
the macro 'i386' on i386, which clashes with a namespace identifier in
contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/i386.h.

Since the default after 6527682ab7 is now CXXSTD=gnu++17, explicitly
set CXXSTD=c++17 for lib/clang, lib/libclang_rt and lib/libomp.
2025-04-24 16:36:40 +02:00
..
asan Merge llvm-project main llvmorg-19-init-18630-gf2ccf80136a0 2024-10-23 20:26:01 +02:00
asan-preinit
asan_cxx
asan_dynamic
asan_static
cfi
cfi_diag
dd
fuzzer
fuzzer_interceptors
fuzzer_no_main
include
msan
msan_cxx
profile
safestack
stats
stats_client
tsan
tsan_cxx
ubsan_minimal
ubsan_standalone
ubsan_standalone_cxx
xray Merge llvm-project main llvmorg-19-init-18630-gf2ccf80136a0 2024-10-23 20:26:01 +02:00
xray-basic
xray-fdr
xray-profiling
compiler-rt-vars.mk Merge llvm-project main llvmorg-19-init-18630-gf2ccf80136a0 2024-10-23 20:26:01 +02:00
Makefile
Makefile.inc Partially revert 6527682ab7 for llvm-based projects 2025-04-24 16:36:40 +02:00