16 lines · plain
1# REQUIRES: x86-registered-target2 3.type foo,@function4foo:5 nop6 7# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o "%t space.o" -g8 9# Test both passing via stdin and via --obj.10# RUN: echo "\"%t space.o\" 0" > %t.input11# RUN: llvm-symbolizer < %t.input | FileCheck %s12# RUN: llvm-symbolizer --obj="%t space.o" 0 | FileCheck %s13 14# CHECK: foo15# CHECK-NEXT: space-in-path.s:516