Chromium Code Reviews

Unified Diff: include/llvm/MC/MCDirectives.h

Issue 3551007: ARM MC .s EmitStartOfAsm proof-of-concept cleanup (Closed) Base URL: https://llvm.org/svn/llvm-project/llvm/trunk/
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | lib/MC/MCAsmStreamer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/llvm/MC/MCDirectives.h
===================================================================
--- include/llvm/MC/MCDirectives.h (revision 115126)
+++ include/llvm/MC/MCDirectives.h (working copy)
@@ -43,6 +43,7 @@
};
enum MCAssemblerFlag {
+ MCAF_SyntaxUnified, ///< .syntax (ARM/ELF)
MCAF_SubsectionsViaSymbols ///< .subsections_via_symbols (MachO)
};
« no previous file with comments | « no previous file | lib/MC/MCAsmStreamer.cpp » ('j') | no next file with comments »

Powered by Google App Engine