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] emit .option directive for functions with target features which differ from...
[llvm-project.git]
/
llvm
/
test
/
Integer
/
properties_bt.ll
blob
695adf3c5f1de5540a0935dbebc147c5f48e3d8d
1
; RUN: llvm-as %s -o - | llvm-dis > %t1.ll
2
; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
3
; RUN: diff %t1.ll %t2.ll
4
5
6
target datalayout = "e-p:32:32"
7
target triple = "proc-vend-sys"