llvm-6502/lib/AsmParser
Rafael Espindola fc2bb8c444 Replace the -unwind-tables option with a per function flag. This is more
LTO friendly as we can now correctly merge files compiled with or without
-fasynchronous-unwind-tables.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132033 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-25 03:44:17 +00:00
..
CMakeLists.txt
LLLexer.cpp Replace the -unwind-tables option with a per function flag. This is more 2011-05-25 03:44:17 +00:00
LLLexer.h
LLParser.cpp Replace the -unwind-tables option with a per function flag. This is more 2011-05-25 03:44:17 +00:00
LLParser.h Reject uses of unnamed_addr in declarations. 2011-01-13 01:30:30 +00:00
LLToken.h Replace the -unwind-tables option with a per function flag. This is more 2011-05-25 03:44:17 +00:00
Makefile
Parser.cpp MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> via an out parm. 2010-12-16 03:29:14 +00:00