llvm-6502/lib/MC/MCParser
Rafael Espindola ac69459e0f Replace the F_Binary flag with a F_Text one.
After this I will set the default back to F_None. The advantage is that
before this patch forgetting to set F_Binary would corrupt a file on windows.
Forgetting to set F_Text produces one that cannot be read in notepad, which
is a better failure mode :-)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202052 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-24 18:20:12 +00:00
..
AsmLexer.cpp MCParser: add a single token lookahead 2014-02-09 23:29:24 +00:00
AsmParser.cpp Asm Parser: support .error directive 2014-02-23 23:02:23 +00:00
CMakeLists.txt
COFFAsmParser.cpp [COFF] Add support for the .secidx directive 2013-12-20 18:15:00 +00:00
DarwinAsmParser.cpp Replace the F_Binary flag with a F_Text one. 2014-02-24 18:20:12 +00:00
ELFAsmParser.cpp Fix parsing of .symver directive on ARM 2014-01-15 22:40:02 +00:00
LLVMBuild.txt
Makefile
MCAsmLexer.cpp
MCAsmParser.cpp
MCAsmParserExtension.cpp
MCTargetAsmParser.cpp