diff options
author | Eric Astor <epastor@google.com> | 2020-09-23 13:57:43 -0400 |
---|---|---|
committer | Eric Astor <epastor@google.com> | 2020-09-23 13:59:34 -0400 |
commit | b901b6ab173ac77edfe97e0dbd138410b940b4bc (patch) | |
tree | e7153606927dd90d849746a215f705d15756bcd7 /llvm/lib/MC/MCParser/COFFMasmParser.cpp | |
parent | 7a3c643c35590df67716dfe3e3c60195ae385e43 (diff) | |
download | llvm-b901b6ab173ac77edfe97e0dbd138410b940b4bc.zip llvm-b901b6ab173ac77edfe97e0dbd138410b940b4bc.tar.gz llvm-b901b6ab173ac77edfe97e0dbd138410b940b4bc.tar.bz2 |
Revert "[ms] [llvm-ml] Add support for .radix directive, and accept all radix specifiers"
This reverts commit 5dd1b6d612655c9006ba97a8b6487ded80719b48.
Diffstat (limited to 'llvm/lib/MC/MCParser/COFFMasmParser.cpp')
-rw-r--r-- | llvm/lib/MC/MCParser/COFFMasmParser.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/MC/MCParser/COFFMasmParser.cpp b/llvm/lib/MC/MCParser/COFFMasmParser.cpp index 575e6ee..532ded0 100644 --- a/llvm/lib/MC/MCParser/COFFMasmParser.cpp +++ b/llvm/lib/MC/MCParser/COFFMasmParser.cpp @@ -132,6 +132,7 @@ class COFFMasmParser : public MCAsmParserExtension { // option // popcontext // pushcontext + // .radix // .safeseh // Procedure directives |