summaryrefslogtreecommitdiff
path: root/test/MC/AsmParser/directive_file.s
diff options
context:
space:
mode:
authorYunzhong Gao <Yunzhong_Gao@playstation.sony.com>2013-09-05 19:14:26 +0000
committerYunzhong Gao <Yunzhong_Gao@playstation.sony.com>2013-09-05 19:14:26 +0000
commited119820f223401b0c64769759eafc46de30a9da (patch)
tree19e93cde057e3180059e8e7b9ca786487908f853 /test/MC/AsmParser/directive_file.s
parentbc66071baa3153ba95d673b8084383835221eef6 (diff)
downloadllvm-ed119820f223401b0c64769759eafc46de30a9da.tar.gz
llvm-ed119820f223401b0c64769759eafc46de30a9da.tar.bz2
llvm-ed119820f223401b0c64769759eafc46de30a9da.tar.xz
Improve handling of .file, .include and .incbin directives to
allow escaped octal character sequences. The patch was discussed in Phabricator. See: http://llvm-reviews.chandlerc.com/D1289 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190089 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/AsmParser/directive_file.s')
-rw-r--r--test/MC/AsmParser/directive_file.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/AsmParser/directive_file.s b/test/MC/AsmParser/directive_file.s
index 121890e69a..9b99e0f24e 100644
--- a/test/MC/AsmParser/directive_file.s
+++ b/test/MC/AsmParser/directive_file.s
@@ -1,7 +1,7 @@
# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
.file "hello"
- .file 1 "world"
+ .file 1 "worl\144" # "\144" is "d"
.file 2 "directory" "file"
# CHECK: .file "hello"