mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-28 19:25:00 +00:00
Revert "On ELF, put PIC jump tables in a non executable section."
This reverts commit r228939. The commit broke something in the output of exception handling tables on darwin x86-64. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229203 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -98,9 +98,6 @@ public:
|
||||
getSectionForJumpTable(const Function &F, Mangler &Mang,
|
||||
const TargetMachine &TM) const;
|
||||
|
||||
virtual bool shouldPutJumpTableInFunctionSection(bool UsesLabelDifference,
|
||||
const Function &F) const;
|
||||
|
||||
/// Targets should implement this method to assign a section to globals with
|
||||
/// an explicit section specfied. The implementation of this method can
|
||||
/// assume that GV->hasSection() is true.
|
||||
|
Reference in New Issue
Block a user