repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[RISCV][VLOPT] Add vector narrowing integer right shift instructions to isSupportedIn...
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-ml
/
command_line_defines_errors.asm
blob
a671e181261a27fa4ed14056ae1b44297927b887
1
; RUN: llvm-ml -filetype=s %s /Fo - /Dtest1=def 2>&1 | FileCheck %s --implicit-check-not=warning:
2
3
.code
4
5
; CHECK: :[[# @LINE + 1]]:1: warning: redefining 'test1', already defined on the command line
6
test1 textequ
<
redef
>
7
8
end