Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e3a79268a2facb9bcb79ce63c99e6469f36a0dd9
/
.
/
llvm
/
test
/
Feature
/
inlineasm.ll
blob: 94dbae0780f5e0675286fe72d8065d5a904f640e [
file
] [
log
] [
blame
]
; RUN: llvm-as %s -o - | llvm-dis > Output/t1.ll
; RUN: llvm-as Output/t1.ll -o - | llvm-dis > Output/t2.ll
; RUN: diff Output/t1.ll Output/t2.ll
asm
"this is an inline asm block"
asm
"this is another inline asm block"