mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-01 21:04:04 -04:00
fb0b759b0a
Use the WithColor helper from support to print errors. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@335416 91177308-0d34-0410-b5e6-96231b3b80d8
8 lines
271 B
Plaintext
8 lines
271 B
Plaintext
REQUIRES: libxml2
|
|
UNSUPPORTED: system-windows
|
|
|
|
RUN: not llvm-mt /manifest %p/Inputs/test_manifest.manifest /manifest \
|
|
RUN: %p/Inputs/conflicting.manifest /out:%t 2>&1 >/dev/null | FileCheck %s
|
|
|
|
CHECK: llvm-mt: error: conflicting attributes for requestedExecutionLevel
|