Revision tags: llvmorg-18.1.8, llvmorg-18.1.7, llvmorg-18.1.6, llvmorg-18.1.5, llvmorg-18.1.4, llvmorg-18.1.3, llvmorg-18.1.2, llvmorg-18.1.1, llvmorg-18.1.0, llvmorg-18.1.0-rc4, llvmorg-18.1.0-rc3 |
|
#
096c530a |
| 16-Feb-2024 |
Jonas Devlieghere <jonas@devlieghere.com> |
[lldb] Fix Python test formatting (NFC)
|
Revision tags: llvmorg-18.1.0-rc2, llvmorg-18.1.0-rc1, llvmorg-19-init |
|
#
8b49ed8b |
| 08-Jan-2024 |
David Spickett <david.spickett@linaro.org> |
[lldb][test] Skip DWARF inline source file test on Windows
This was added by 917b404e2ccdcc31d2d64971ad094b80967a240b and fails for unknown reasons.
|
#
5fd18bde |
| 05-Jan-2024 |
Jonas Devlieghere <jonas@devlieghere.com> |
Revert "XFAIL test with dsymutil"
This reverts commit c041fa1093c3ad7be040fb362a10ca3900c698a4 as Adrian added support to dsymutil.
|
#
c041fa10 |
| 04-Jan-2024 |
Adrian Prantl <aprantl@apple.com> |
XFAIL test with dsymutil
|
#
917b404e |
| 04-Jan-2024 |
Adrian Prantl <adrian-prantl@users.noreply.github.com> |
Add support for inline DWARF source files. (#75880)
LLVM supports DWARF 5 linetable extension to store source files inline
in DWARF. This is particularly useful for compiler-generated source
code.
Add support for inline DWARF source files. (#75880)
LLVM supports DWARF 5 linetable extension to store source files inline
in DWARF. This is particularly useful for compiler-generated source
code. This implementation tries to materialize them as temporary files
lazily, so SBAPI clients don't need to be aware of them.
rdar://110926168
show more ...
|