diff options
| author | Enrico Granata <egranata@apple.com> | 2014-11-05 21:20:48 +0000 |
|---|---|---|
| committer | Enrico Granata <egranata@apple.com> | 2014-11-05 21:20:48 +0000 |
| commit | ebdc1ac0148424ae5716288c5c592a88629b13b1 (patch) | |
| tree | 9777de973f8a73da3bf2ce10d9c8d7a0939bd92c /llvm/lib/Object/ObjectFile.cpp | |
| parent | d4bc0bf3a3cdc8c4257bfc6728f873677f690d03 (diff) | |
| download | bcm5719-llvm-ebdc1ac0148424ae5716288c5c592a88629b13b1.tar.gz bcm5719-llvm-ebdc1ac0148424ae5716288c5c592a88629b13b1.zip | |
Add a setting escape-non-printables that drives whether the StringPrinter should or should not escape sequences such as \t, \n, .. and generally any non-printing character
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
Diffstat (limited to 'llvm/lib/Object/ObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions

