diff options
author | Kevin Enderby <enderby@apple.com> | 2009-07-13 21:03:15 +0000 |
---|---|---|
committer | Kevin Enderby <enderby@apple.com> | 2009-07-13 21:03:15 +0000 |
commit | 3694db2148a38faa3c4dc7ade3816f64ce1c13a0 (patch) | |
tree | 4bde7c9a4caa986196c8130d8dbfe422e605adc9 /test | |
parent | 827e37ad185d9db4b145e5ef0f0c7ac292bbbdf5 (diff) | |
download | external_llvm-3694db2148a38faa3c4dc7ade3816f64ce1c13a0.zip external_llvm-3694db2148a38faa3c4dc7ade3816f64ce1c13a0.tar.gz external_llvm-3694db2148a38faa3c4dc7ade3816f64ce1c13a0.tar.bz2 |
add llvm-mc support for parsing the .subsections_via_symbols directive.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75500 91177308-0d34-0410-b5e6-96231b3b80d8
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 |