mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 22:04:55 +00:00
Changed llvm-mc arm target to give an error if .syntax divided is used. Since
only .syntax unified is supported. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124454 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9b8c3530cc
commit
9e56fb12c5
@ -1481,7 +1481,7 @@ bool ARMAsmParser::ParseDirectiveSyntax(SMLoc L) {
|
||||
if (Mode == "unified" || Mode == "UNIFIED")
|
||||
Parser.Lex();
|
||||
else if (Mode == "divided" || Mode == "DIVIDED")
|
||||
Parser.Lex();
|
||||
return Error(L, "'.syntax divided' arm asssembly not supported");
|
||||
else
|
||||
return Error(L, "unrecognized syntax mode in .syntax directive");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user