blob: d7290ebe1dbeb45f81e90797f60890b7108ff798 [file] [log] [blame]
Chris Lattnerd45adf22010-01-25 19:02:58 +00001# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
Alp Toker660839f2014-06-19 17:15:36 +00002# RUN: llvm-mc -triple i386-unknown-unknown %s -filetype=null
Daniel Dunbara4b069c2009-08-11 04:24:50 +00003
4 .file "hello"
Yunzhong Gao8c0f5062013-09-05 19:14:26 +00005 .file 1 "worl\144" # "\144" is "d"
Nick Lewycky40f8f2f2011-10-17 23:05:28 +00006 .file 2 "directory" "file"
Chris Lattnerd45adf22010-01-25 19:02:58 +00007
8# CHECK: .file "hello"
9# CHECK: .file 1 "world"
Nick Lewycky40f8f2f2011-10-17 23:05:28 +000010# CHECK: .file 2 "directory" "file"