llvm-6502/test/MC/AsmParser/directive_include.s
Yunzhong Gao ed119820f2 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
2013-09-05 19:14:26 +00:00

10 lines
215 B
ArmAsm

# RUN: llvm-mc -triple i386-unknown-unknown %s -I %p | FileCheck %s
# CHECK: TESTA:
# CHECK: TEST0:
# CHECK: a = 0
# CHECK: TESTB:
TESTA:
.include "directive\137set.s" # "\137" is underscore "_"
TESTB: