brintos

brintos / llvm-project-archived public Read only

0
0
Text · 483 B · 27c457b Raw
9 lines · plain
1# RUN: not llvm-ml %t.blah.asm /nologo /Fo /dev/null 2>&1 | FileCheck -DMSG=%errc_ENOENT --check-prefix=ENOENT %s2# RUN: not llvm-ml /Ta /nnlogo /Fo /dev/null 2>&1 | FileCheck -DMSG=%errc_ENOENT --check-prefix=ENOENT-TA %s3# RUN: not llvm-ml - /Fo /dev/null /nnlogo 2>&1 | FileCheck -DMSG=%errc_ENOENT --check-prefix=ENOENT-FLAG %s4 5# ENOENT-NOT: nologo6# ENOENT: {{.*}}.blah.asm: [[MSG]]7# ENOENT-TA: /nnlogo: [[MSG]]8# ENOENT-FLAG: error: /nnlogo: [[MSG]], did you mean '/nologo'?9