Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
fbb4d1e43d0db9f8d1514a0209bb01f56e49d75f
/
.
/
llvm
/
test
/
Assembler
/
source-filename.ll
blob: 11284fad1eae0e54b958d66563bd061c3f9d2e1a [
file
] [
log
] [
blame
]
; Make sure that llvm-as/llvm-dis properly assemble/disassemble the
; source_filename.
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
; CHECK: source_filename = "test.cc"
source_filename
=
"test.cc"