Duncan P. N. Exon Smith | 837f19e | 2015-02-28 22:20:16 +0000 | [diff] [blame] | 1 | ; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | FileCheck %s |
2 | ; RUN: verify-uselistorder %s | ||||
3 | |||||
4 | ; Spot-check that metadata string fields are correctly escaped. | ||||
5 | |||||
6 | !named = !{!0} | ||||
7 | |||||
Duncan P. N. Exon Smith | e56023a | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 8 | ; CHECK: !0 = !DIFile(filename: "\00\01\02\80\81\82\FD\FE\FF", directory: "/dir") |
9 | !0 = !DIFile(filename: "\00\01\02\80\81\82\FD\FE\FF", directory: "/dir") |