Home | History | Annotate | Download | only in AsmParser
      1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
      2 # RUN: llvm-mc -triple i386-unknown-unknown %s -filetype=null
      3 
      4         .file "hello"
      5         .file 1 "worl\144"   # "\144" is "d"
      6         .file 2 "directory" "file"
      7 
      8 # CHECK: .file "hello"
      9 # CHECK: .file 1 "world"
     10 # CHECK: .file 2 "directory" "file"
     11