summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AsmParser
diff options
context:
space:
mode:
authorNirav Dave <niravd@google.com>2016-06-16 21:19:23 +0000
committerNirav Dave <niravd@google.com>2016-06-16 21:19:23 +0000
commit280ecf6ff0858e31ff0073dd3e43b7403d9ccd8e (patch)
tree437092926a4858c251406db57cb565f223c9337f /llvm/test/MC/AsmParser
parent01e062f5c667296ba7e6558572b9de516bf141f1 (diff)
downloadbcm5719-llvm-280ecf6ff0858e31ff0073dd3e43b7403d9ccd8e.tar.gz
bcm5719-llvm-280ecf6ff0858e31ff0073dd3e43b7403d9ccd8e.zip
Revert "Refactor and cleanup Assembly Parsing / Lexing"
Reverting for unexpected crashes on various platforms. This reverts commit r272953. llvm-svn: 272957
Diffstat (limited to 'llvm/test/MC/AsmParser')
-rw-r--r--llvm/test/MC/AsmParser/hash-directive.s23
1 files changed, 0 insertions, 23 deletions
diff --git a/llvm/test/MC/AsmParser/hash-directive.s b/llvm/test/MC/AsmParser/hash-directive.s
deleted file mode 100644
index 4c242fd9a0c..00000000000
--- a/llvm/test/MC/AsmParser/hash-directive.s
+++ /dev/null
@@ -1,23 +0,0 @@
-# RUN: not llvm-mc -triple i386-unknown-unknown %s 2>&1 | FileCheck %s
-error
-# CHECK: hash-directive.s:[[@LINE-1]]:1: error
-# 3 "FILE1" 1 #<- This is a CPP Hash w/ comment
-error
-# CHECK: FILE1:3:1: error
-# 0 "" 2 #<- This is too
-error
-# CHECK: hash-directive.s:[[@LINE-1]]:1: error
- # 1 "FILE2" 2 #<- This is a comment
-error
-# CHECK: hash-directive.s:[[@LINE-1]]:1: error
-nop; # 6 "FILE3" 2 #<- This is a still comment
-error
-# CHECK: hash-directive.s:[[@LINE-1]]:1: error
-nop;# 6 "FILE4" 2
- nop;
-error
-# CHECK: FILE4:7:1: error
-# 0 "" 2
-/*comment*/# 6 "FILE5" 2 #<- This is a comment
-error
-# CHECK: hash-directive.s:[[@LINE-1]]:1: error
OpenPOWER on IntegriCloud