[all-commits] [llvm/llvm-project] e00ade: [llvm-c] Mitigate debug support test for systems t...
Stefan Gränitz via All-commits
all-commits at lists.llvm.org
Tue Dec 12 01:27:22 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e00ade1144ef661b01e195e4bf4a3e4b18c4328f
https://github.com/llvm/llvm-project/commit/e00ade1144ef661b01e195e4bf4a3e4b18c4328f
Author: Stefan Gränitz <stefan.graenitz at gmail.com>
Date: 2023-12-12 (Tue, 12 Dec 2023)
Changed paths:
M llvm/unittests/ExecutionEngine/Orc/OrcCAPITest.cpp
Log Message:
-----------
[llvm-c] Mitigate debug support test for systems that still default to RuntimeDyld
Fix test failure reported from buildbot clang-s390x-linux-lnt after #73257
OrcCAPITest.cpp:562: Debugger support requires JITLink
Commit: 117d083845cc3910ffc0a8016f641ae835ffaa73
https://github.com/llvm/llvm-project/commit/117d083845cc3910ffc0a8016f641ae835ffaa73
Author: Stefan Gränitz <stefan.graenitz at gmail.com>
Date: 2023-12-12 (Tue, 12 Dec 2023)
Changed paths:
M llvm/include/llvm/ExecutionEngine/JITLink/aarch32.h
Log Message:
-----------
[JITLink][AArch32] Drop anonymous namespaces around FixupInfo helper classes (NFC)
This fixes various buildbots reporting subobject-linkage warnings after #71649:
<class> has a base <name> whose type uses the anonymous namespace
Compare: https://github.com/llvm/llvm-project/compare/cbf1d5882087...117d083845cc
More information about the All-commits
mailing list