diff options
author | Toma Tabacu <toma.tabacu@imgtec.com> | 2015-05-14 13:42:10 +0000 |
---|---|---|
committer | Toma Tabacu <toma.tabacu@imgtec.com> | 2015-05-14 13:42:10 +0000 |
commit | 772155cbc6a2592fc9204b083263ded74b378645 (patch) | |
tree | eaf793763822299a9ca66577547d3693ff117dae /llvm/test/MC/Mips/module-directive-bad.s | |
parent | 70b744e4a123a681004718465725967d2764cdc6 (diff) | |
download | bcm5719-llvm-772155cbc6a2592fc9204b083263ded74b378645.tar.gz bcm5719-llvm-772155cbc6a2592fc9204b083263ded74b378645.zip |
[mips] [IAS] Emit .set macro/nomacro.
Reviewers: dsanders
Reviewed By: dsanders
Subscribers: llvm-commits
Differential Revision: http://reviews.llvm.org/D9563
llvm-svn: 237363
Diffstat (limited to 'llvm/test/MC/Mips/module-directive-bad.s')
-rw-r--r-- | llvm/test/MC/Mips/module-directive-bad.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/MC/Mips/module-directive-bad.s b/llvm/test/MC/Mips/module-directive-bad.s index 963d651afe5..74dc6d22793 100644 --- a/llvm/test/MC/Mips/module-directive-bad.s +++ b/llvm/test/MC/Mips/module-directive-bad.s @@ -203,7 +203,7 @@ .set macro .module fp=64 -# FIXME: emitDirectiveSetMacro should call forbidModuleDirective(). +# CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code .llvm_internal_mips_reallow_module_directive .module fp=32 @@ -211,7 +211,7 @@ .set nomacro .module fp=64 -# FIXME: emitDirectiveSetNoMacro should call forbidModuleDirective(). +# CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code .llvm_internal_mips_reallow_module_directive .module fp=32 |