brintos

brintos / llvm-project-archived public Read only

0
0
Text · 388 B · 0cf542e Raw
12 lines · plain
1# UNSUPPORTED: libxml22# REQUIRES: manifest_tool3 4# RUN: yaml2obj %p/Inputs/ret42.yaml -o %t.obj5# RUN: lld-link /out:%t.exe /entry:main \6# RUN:   /manifest:embed \7# RUN:   /manifestuac:"level='requireAdministrator'" \8# RUN:   /manifestinput:%p/Inputs/manifestinput.test %t.obj | \9# RUN:	 FileCheck -allow-empty %s10 11# CHECK-NOT: warning: error with internal manifest tool: no libxml212