llvm-project
llvm-project copied to clipboard
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
Consider the following code ```cpp #include int main() { std::cout
[root@dev /root]# find ./mysql-server-8032-format-test/ -name "*.cc" -exec clang-format -i {} \; PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. Stack dump: 0. Program arguments: clang-format -i...
This adds support for `GNU_PROPERTY_AARCH64_FEATURE_PAUTH` feature (as defined in https://github.com/ARM-software/abi-aa/pull/240) handling in llvm-readobj and llvm-readelf. The following constants for supported platforms are also introduced: - `AARCH64_PAUTH_PLATFORM_INVALID = 0x0` - `AARCH64_PAUTH_PLATFORM_BAREMETAL...
version: 19.0.0git (a6a9215b93bcbf901cd11d2dd02cce1a245d3ffe) OS: Ubuntu 22.04.3 .clang-format ``` AlignArrayOfStructures: Left ``` MRE: ```c++ struct test { int a, b; }; #define SOME_GENERATOR(macro) macro(0) macro(1) static const test arr[] = {...
Pulled out of comment made on #80627 - to simplify further investigation into visit limits. We still need test coverage - we can either continue this patch here or @AtariDreams...
Provide secondary entry points for `EntryDiscriminator` call info field in YAML profile. Increases BAT section size to: - large binary: 39655300 bytes (1.03x the original), - medium binary: 3834328 bytes...
This patch add check for the UUID match between kernel and coredump to prevent developer falsely load kernel with unmatched coredump.
### TLDR: If you want to retain your commit access, please comment on this issue. Otherwise, you can unsubscribe from this issue and ignore it. Commit access is not required...
Initializing libomp.dylib, but found libomp.dylib already initialized. OMP: Hint This means that multiple copies of the OpenMP runtime have been linked into the program. That is dangerous, since it can...