llvm-project/llvm/lib/MC/MCParser
Prakhar Bahuguna e640c6f765 Allow ELF section flags to be specified numerically
Summary:
GAS already allows flags for sections to be specified directly as a
numeric value. This functionality is particularly useful for setting
processor or application-specific values that may not be directly
supported or understood by LLVM. This patch allows LLVM to use numeric
section flag values verbatim if specified by the assembly file.

Reviewers: grosbach, rafael, t.p.northover, rengolin

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D27451

llvm-svn: 289785
2016-12-15 07:59:15 +00:00
..
AsmLexer.cpp Add a comment consumer mechanism to MCAsmLexer 2016-12-08 10:31:21 +00:00
AsmParser.cpp Replace APFloatBase static fltSemantics data members with getter functions 2016-12-14 11:57:17 +00:00
CMakeLists.txt Fix header path in CMake. NFC. 2015-06-19 20:49:02 +00:00
COFFAsmParser.cpp Revert "[CodeGen] Fix invalid DWARF info on Win64" 2016-12-08 01:56:23 +00:00
DarwinAsmParser.cpp Fix Clang-tidy readability-redundant-string-cstr warnings 2016-11-02 16:43:50 +00:00
ELFAsmParser.cpp Allow ELF section flags to be specified numerically 2016-12-15 07:59:15 +00:00
LLVMBuild.txt
MCAsmLexer.cpp Add a comment consumer mechanism to MCAsmLexer 2016-12-08 10:31:21 +00:00
MCAsmParser.cpp [MC] Fix Various End Of Line Comment checkings 2016-10-24 14:35:29 +00:00
MCAsmParserExtension.cpp
MCTargetAsmParser.cpp Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs. 2016-01-27 10:01:28 +00:00