OpenGrok
Cross Reference: Makefile
xref
: /
src
/
external
/
apache2
/
llvm
/
lib
/
libclangSema
/
Makefile
Home
|
History
|
Annotate
|
Download
|
only in
libclangSema
History log of
/src/external/apache2/llvm/lib/libclangSema/Makefile
Revision
Date
Author
Comments
1.3
20-Jun-2024
mrg
fix building llvm with GCC 12 as a native host.
there's a specific header in llvm that is triggering a warning-as-error.
apply some ${CC_WNO_MISSING_TEMPLATE_KEYWORD} to avoid eg:
external/apache2/llvm/lib/libLLVMAArch64AsmParser/../../dist/llvm/include/llvm/ADT/PointerSumType.h:275:21: error: expected 'template' keyword before dependent template name [-Werror=missing-template-keyword]
275 | return SumType::create<SomeTag>(SomePointerInfo::getEmptyKey());
| ^~~~~~
additionally, for libclangSema, this error is avoided:
external/apache2/llvm/lib/libclangSema/../../dist/llvm/include/llvm/ADT/APInt.h:338:18: error: 'void operator delete [](void*)' called on a pointer to an unallocated object '1' [-Werror=free-nonheap-object]
338 | delete[] U.pVal;
| ^~~~
1.2
30-May-2021
joerg
Update LLVM build system for 249b40b558955afe5ac2b549edcf2d7f859c8cc9
This enables the use of modules for a significant build performance gain
when building with clang as host compiler or when using HAVE_LLVM=yes.
Switch libc++ to using the copy from the mono-repo.
1.1
11-Nov-2019
joerg
branches: 1.1.4;
Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da)
1.1.4.1
31-May-2021
cjep
sync with head
Indexes created Sun Mar 01 05:31:48 UTC 2026