mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
7c4686ab13
This time with correct #if. This reverts commit 9cf4eca0e0383040c1ff1416815c7f649650c2a0. llvm-svn: 309064
8 lines
263 B
Plaintext
8 lines
263 B
Plaintext
REQUIRES: libxml2
|
|
UNSUPPORTED: 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
|