mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
d68f8db2e1
Use the WithColor helper from support to print errors. llvm-svn: 335416
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
|