annotate lld/test/COFF/manifestinput-error.test @ 192:d7606dcf6fce
Added tag llvm10 for changeset 0572611fdcc8
author |
Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
date |
Mon, 14 Dec 2020 18:01:34 +0900 |
parents |
1d019706d866 |
children |
2e18cbf3894f |
rev |
line source |
150
|
1 # UNSUPPORTED: manifest_tool
|
|
2 # UNSUPPORTED: libxml2
|
|
3
|
|
4 # RUN: yaml2obj %p/Inputs/ret42.yaml > %t.obj
|
|
5 # RUN: not 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 2>&1 | FileCheck %s
|
|
9
|
|
10 # CHECK: error: unable to find mt.exe in PATH: {{[Nn]}}o such file or directory
|