This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e4073c3 Only enable AddDiscriminator pass when -fdebug-info-for-profi [...] new a03b5e3 [XRay] Merge xray clang flag tests, and add powerpc64le. new f344a37 Fix for pr31836 - pp_nonportable_path on absolute paths: brok [...] new 08edda0 Declare lgamma library builtins as never being const
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Basic/Builtins.def | 8 +++++--- lib/Lex/PPDirectives.cpp | 6 +++++- test/CodeGen/libcall-declarations.c | 15 ++++++++++++--- test/CodeGen/xray-attributes-supported-arm.cpp | 13 ------------- test/CodeGen/xray-attributes-supported-mips.cpp | 16 ---------------- test/CodeGen/xray-attributes-supported.cpp | 6 ++++++ test/Lexer/case-insensitive-include-pr31836.sh | 9 +++++++++ 7 files changed, 37 insertions(+), 36 deletions(-) delete mode 100644 test/CodeGen/xray-attributes-supported-arm.cpp delete mode 100644 test/CodeGen/xray-attributes-supported-mips.cpp create mode 100644 test/Lexer/case-insensitive-include-pr31836.sh