You've already forked llvm-project
mirror of
https://github.com/encounter/llvm-project.git
synced 2026-03-30 11:27:19 -07:00
ebdc1ac014
The recent StringPrinter changes made this behavior the default, and the setting defaults to yes If you want to change this behavior and see non-printables unescaped (e.g. "a\tb" as "a b"), set it to false Fixes rdar://12969594 llvm-svn: 221399
4 lines
66 B
Python
4 lines
66 B
Python
import lldbinline
|
|
|
|
lldbinline.MakeInlineTest(__file__, globals())
|