blob: 5900fdca061dc9a04e53feb7b96307ad68a8ae68 [file] [log] [blame]
Duncan P. N. Exon Smith837f19e2015-02-28 22:20:16 +00001; 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 Smithe56023a2015-04-29 16:38:44 +00008; 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")