diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/MC/AsmParser/directive_subsections_via_symbols.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/MC/AsmParser/directive_subsections_via_symbols.s b/test/MC/AsmParser/directive_subsections_via_symbols.s new file mode 100644 index 0000000..826b7f1 --- /dev/null +++ b/test/MC/AsmParser/directive_subsections_via_symbols.s @@ -0,0 +1,6 @@ +# RUN: llvm-mc %s | FileCheck %s + +# CHECK: TEST0: +# CHECK: .subsections_via_symbols +TEST0: + .subsections_via_symbols |