mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-26 05:25:47 +00:00
Fix some minor issues with r194282 to get the tree healthy again.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194284 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
#include "llvm/CodeGen/MachineInstr.h"
|
#include "llvm/CodeGen/MachineInstr.h"
|
||||||
#include "llvm/MC/MCContext.h"
|
#include "llvm/MC/MCContext.h"
|
||||||
#include "llvm/MC/MCExpr.h"
|
#include "llvm/MC/MCExpr.h"
|
||||||
|
#include "llvm/MC/MCObjectFileInfo.h"
|
||||||
#include "llvm/MC/MCSectionMachO.h"
|
#include "llvm/MC/MCSectionMachO.h"
|
||||||
#include "llvm/MC/MCStreamer.h"
|
#include "llvm/MC/MCStreamer.h"
|
||||||
#include "llvm/Support/Debug.h"
|
#include "llvm/Support/Debug.h"
|
||||||
@@ -97,7 +98,7 @@ void StackMaps::serializeToStackMapSection() {
|
|||||||
|
|
||||||
// Create the section.
|
// Create the section.
|
||||||
const MCSection *StackMapSection =
|
const MCSection *StackMapSection =
|
||||||
OutContext.getObjectFileInfo().getStackMapSection();
|
OutContext.getObjectFileInfo()->getStackMapSection();
|
||||||
AP.OutStreamer.SwitchSection(StackMapSection);
|
AP.OutStreamer.SwitchSection(StackMapSection);
|
||||||
|
|
||||||
// Emit a dummy symbol to force section inclusion.
|
// Emit a dummy symbol to force section inclusion.
|
||||||
|
Reference in New Issue
Block a user