[PATCH] D104008: [ms] [llvm-ml] Warn on command-line redefinition
Eric Astor via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 10 05:34:16 PDT 2021
epastor added inline comments.
================
Comment at: llvm/test/tools/llvm-ml/command_line_defines_errors.asm:1
+; RUN: not llvm-ml -filetype=s %s /Fo - /Dtest1=def /WX 2>&1 | FileCheck %s --implicit-check-not=error: --implicit-check-not=warning:
+
----------------
I couldn't get lit to just detect the warning, for some reason. I'm open to suggestions!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104008/new/
https://reviews.llvm.org/D104008
More information about the llvm-commits
mailing list