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] Reduce redundancy in vnsrl tests
[llvm-project.git]
/
flang
/
test
/
Driver
/
Inputs
/
no_duplicate_main.ll
blob
ff2b19dfe9e288bd7687172fa0bfe91b273ac665
1
; Create the symbol 'main'; does not have to be the correct
2
; signature for 'main', we just need the symbol for the linker
3
; to fail during the test.
4
5
define i32 @main() {
6
ret i32 0
7
}