So that macros defined in inline assembly blocks are available to the
whole file.
This provides a consistent behavior with other assembly directives,
since equations for example are already preserved between inline
assembly blocks.
PR: 36110
Paths
| Differential D43006
MC: store defined macros in MCContext ClosedPublic Authored by royger on Feb 7 2018, 2:10 AM.
Details
Summary So that macros defined in inline assembly blocks are available to the This provides a consistent behavior with other assembly directives, PR: 36110
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 26 2018, 2:41 PM
Revision Contents
Diff 134165 include/llvm/MC/MCAsmMacro.h
include/llvm/MC/MCContext.h
lib/MC/MCParser/AsmParser.cpp
test/MC/AsmParser/inline_macro_duplication.ll
|