mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
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
|
||
|---|---|---|
| .. | ||
| kmp_config.h | ||
| kmp_i18n_default.inc | ||
| kmp_i18n_id.inc | ||
| Makefile | ||
| Makefile.depend | ||
| omp-tools.h | ||
| omp.h | ||