llvm-project/llvm/test/DebugInfo/XCOFF
Jinsong Ji edf4d69d38 [AIX] Print printable byte list as quoted string
.byte supports string, so if the whole byte list are printable,
we can actually print the string for readability and LIT tests maintainence.

        .byte 'H,'e,'l,'l,'o,',,' ,'w,'o,'r,'l,'d
->
        .byte "Hello, world"

Reviewed By: hubert.reinterpretcast

Differential Revision: https://reviews.llvm.org/D102814
2021-05-21 02:37:55 +00:00
..
dbx-inlinedstrings.ll [debug-info][NFC] Set -mtriple to avoid the test failure under other targets. 2021-04-09 04:53:59 +00:00
empty.ll [AIX] Print printable byte list as quoted string 2021-05-21 02:37:55 +00:00
explicit-section.ll [AIX] Print printable byte list as quoted string 2021-05-21 02:37:55 +00:00
function-sections.ll [AIX] Print printable byte list as quoted string 2021-05-21 02:37:55 +00:00
lit.local.cfg