You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
407 B
11 lines
407 B
# UNSUPPORTED: manifest_tool
|
|
# UNSUPPORTED: libxml2
|
|
|
|
# RUN: yaml2obj %p/Inputs/ret42.yaml -o %t.obj
|
|
# RUN: env LLD_IN_TEST=1 not lld-link /out:%t.exe /entry:main \
|
|
# RUN: /manifest:embed \
|
|
# RUN: /manifestuac:"level='requireAdministrator'" \
|
|
# RUN: /manifestinput:%p/Inputs/manifestinput.test %t.obj 2>&1 | FileCheck %s
|
|
|
|
# CHECK: error: unable to find mt.exe in PATH: {{[Nn]}}o such file or directory
|