Home | History | Annotate | Download | only in llvm-mt
      1 REQUIRES: libxml2
      2 UNSUPPORTED: system-windows
      3 
      4 RUN: not llvm-mt /manifest %p/Inputs/test_manifest.manifest /manifest \
      5 RUN:   %p/Inputs/conflicting.manifest /out:%t 2>&1 >/dev/null | FileCheck %s
      6 
      7 CHECK: llvm-mt: error: conflicting attributes for requestedExecutionLevel
      8