xref: /aosp_15_r20/external/llvm/test/MC/AsmParser/hash-directive.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker# RUN: not llvm-mc -triple i386-unknown-unknown %s 2>&1 | FileCheck %s
2*9880d681SAndroid Build Coastguard Workererror
3*9880d681SAndroid Build Coastguard Worker# CHECK: hash-directive.s:[[@LINE-1]]:1: error
4*9880d681SAndroid Build Coastguard Worker# 3 "FILE1" 1 #<- This is a CPP Hash w/ comment
5*9880d681SAndroid Build Coastguard Workererror
6*9880d681SAndroid Build Coastguard Worker# CHECK: FILE1:3:1: error
7*9880d681SAndroid Build Coastguard Worker# 0 "" 2 #<- This is too
8*9880d681SAndroid Build Coastguard Workererror
9*9880d681SAndroid Build Coastguard Worker# CHECK: hash-directive.s:[[@LINE-1]]:1: error
10*9880d681SAndroid Build Coastguard Worker # 1 "FILE2" 2 #<- This is a comment
11*9880d681SAndroid Build Coastguard Workererror
12*9880d681SAndroid Build Coastguard Worker# CHECK: hash-directive.s:[[@LINE-1]]:1: error
13*9880d681SAndroid Build Coastguard Workernop; # 6 "FILE3" 2 #<- This is a still comment
14*9880d681SAndroid Build Coastguard Workererror
15*9880d681SAndroid Build Coastguard Worker# CHECK: hash-directive.s:[[@LINE-1]]:1: error
16*9880d681SAndroid Build Coastguard Workernop;# 6 "FILE4" 2
17*9880d681SAndroid Build Coastguard Worker  nop;
18*9880d681SAndroid Build Coastguard Workererror
19*9880d681SAndroid Build Coastguard Worker# CHECK: FILE4:7:1: error
20*9880d681SAndroid Build Coastguard Worker# 0 "" 2
21*9880d681SAndroid Build Coastguard Worker/*comment*/# 6 "FILE5" 2 #<- This is a comment
22*9880d681SAndroid Build Coastguard Workererror
23*9880d681SAndroid Build Coastguard Worker# CHECK: hash-directive.s:[[@LINE-1]]:1: error
24