• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# RUN: llvm-mc < %s -triple x86_64-apple-darwin -filetype=obj | llvm-objdump -m -info-plist - | FileCheck %s
2
3.section __TEXT, __info_plist
4.asciz "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
5
6# CHECK: Contents of (__TEXT,__info_plist) section
7# CHECK: <?xml version="1.0" encoding="UTF-8"?>
8