diff options
author | David Majnemer <david.majnemer@gmail.com> | 2014-04-10 07:37:33 +0000 |
---|---|---|
committer | David Majnemer <david.majnemer@gmail.com> | 2014-04-10 07:37:33 +0000 |
commit | 7788033be626836f2543a63ab2150e287418cba5 (patch) | |
tree | d2920c0b74e8b1ec11bc3dbb41265cfc3a5e545c /llvm/test/Object | |
parent | 220c0d1f5ed2abcf00b583acf5782dfcdace0812 (diff) | |
download | bcm5719-llvm-7788033be626836f2543a63ab2150e287418cba5.tar.gz bcm5719-llvm-7788033be626836f2543a63ab2150e287418cba5.zip |
YAMLIO: Allow scalars to dictate quotation rules
Introduce ScalarTraits::mustQuote which determines whether or not a
StringRef needs quoting before it is acceptable to output.
llvm-svn: 205955
Diffstat (limited to 'llvm/test/Object')
-rw-r--r-- | llvm/test/Object/X86/objdump-cfg-invalid-opcode.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Object/X86/objdump-cfg-invalid-opcode.yaml b/llvm/test/Object/X86/objdump-cfg-invalid-opcode.yaml index 56ab1d274ee..d0a29be8697 100644 --- a/llvm/test/Object/X86/objdump-cfg-invalid-opcode.yaml +++ b/llvm/test/Object/X86/objdump-cfg-invalid-opcode.yaml @@ -38,7 +38,7 @@ Sections: #CFG: Type: Data ## 4: 06 (bad) -#CFG: Content: 06 +#CFG: Content: '06' #CFG: - StartAddress: 0x0000000000000005 #CFG: Size: 1 |