mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-17 04:24:00 +00:00
Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C linkage.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175264 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -46,7 +46,7 @@ protected:
|
||||
uint64_t Length;
|
||||
};
|
||||
|
||||
|
||||
namespace {
|
||||
/// \brief DWARF Common Information Entry (CIE)
|
||||
class CIE : public FrameEntry {
|
||||
public:
|
||||
@ -128,6 +128,7 @@ private:
|
||||
uint64_t AddressRange;
|
||||
CIE *LinkedCIE;
|
||||
};
|
||||
} // end anonymous namespace
|
||||
|
||||
|
||||
DWARFDebugFrame::DWARFDebugFrame() {
|
||||
|
Reference in New Issue
Block a user