Replace the -unwind-tables option with a per function flag. This is more
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 25 May 2011 03:44:17 +0000 (03:44 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 25 May 2011 03:44:17 +0000 (03:44 +0000)
commitfc2bb8c4448fa884d79e437cc2d2627a7d7740a8
tree47e663210a235ef6d9113cb02691310b10821c4f
parent053546c31e4752e3d76e1f0915ddd6c8a3280351
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
14 files changed:
include/llvm/Attributes.h
include/llvm/Function.h
include/llvm/Target/TargetOptions.h
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLToken.h
lib/CodeGen/AsmPrinter/ARMException.cpp
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/Target/PowerPC/PPCFrameLowering.cpp
lib/Target/TargetMachine.cpp
lib/Target/X86/X86FrameLowering.cpp
lib/Target/XCore/XCoreRegisterInfo.cpp
lib/VMCore/Attributes.cpp
test/CodeGen/X86/hidden-vis-pic.ll