[all-commits] [llvm/llvm-project] 906535: [sanitizer_common] Move UNDEFINED attribute outsid...
Marco Elver via All-commits
all-commits at lists.llvm.org
Thu Jun 8 04:08:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 90653579c01700b7ba33ba29a02975ce6ef4881e
https://github.com/llvm/llvm-project/commit/90653579c01700b7ba33ba29a02975ce6ef4881e
Author: Marco Elver <elver at google.com>
Date: 2023-06-08 (Thu, 08 Jun 2023)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h
Log Message:
-----------
[sanitizer_common] Move UNDEFINED attribute outside _MSC_VER guard
The __has_attribute check is sufficient, and if clang-cl is used, the
attribute will be available as well.
Commit: 84a64df3a0f6c2495cf0db420fcaf8f37dbad353
https://github.com/llvm/llvm-project/commit/84a64df3a0f6c2495cf0db420fcaf8f37dbad353
Author: Marco Elver <elver at google.com>
Date: 2023-06-08 (Thu, 08 Jun 2023)
Changed paths:
M compiler-rt/lib/memprof/tests/rawprofile.cpp
Log Message:
-----------
[memprof] Fix rawprofile test on 32-bit architectures
The first argument of StackTrace constructor is a pointer to uptr. Match
the type accordingly.
This fixes builds on 32-bit architectures.
Compare: https://github.com/llvm/llvm-project/compare/123f807e5bdf...84a64df3a0f6
More information about the All-commits
mailing list