Add support for bitwise named operators (AND, NOT, OR) in MASM.
Also move valid-section checking to where it's actually required.
Paths
| Differential D83348
[ms] [llvm-ml] Add support for bitwise named operators (AND, NOT, OR) in MASM AbandonedPublic Authored by epastor on Jul 7 2020, 2:39 PM.
Details
Summary Add support for bitwise named operators (AND, NOT, OR) in MASM. Also move valid-section checking to where it's actually required.
Diff Detail
Event Timelineepastor added a parent revision: D83347: [ms] [llvm-ml] Add support for line continuations in MASM.Jul 7 2020, 2:39 PM
Revision Contents
Diff 277437 llvm/lib/MC/MCParser/MasmParser.cpp
|