This is somewhat preferable since (in many cases) it allows llc to be run directly on the .ll files without having to pass the `-mtriple` argument. Differential Revision: https://reviews.llvm.org/D42438 llvm-svn: 323299
14 lines
260 B
LLVM
14 lines
260 B
LLVM
target triple = "wasm32-unknown-unknown-wasm"
|
|
|
|
; Function Attrs: norecurse nounwind readnone
|
|
define hidden i32 @archiveHidden() #0 {
|
|
entry:
|
|
ret i32 0
|
|
}
|
|
|
|
; Function Attrs: norecurse nounwind readnone
|
|
define i32 @archiveDefault() #1 {
|
|
entry:
|
|
ret i32 0
|
|
}
|