mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-03 14:31:10 +00:00
Match declaration to definition (missed a few).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75456 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ac27baa8b1
commit
7a80f5f825
@ -24,9 +24,9 @@ namespace llvm {
|
|||||||
class Mangler;
|
class Mangler;
|
||||||
class MachineRelocation;
|
class MachineRelocation;
|
||||||
class MachOCodeEmitter;
|
class MachOCodeEmitter;
|
||||||
class MachODySymTab;
|
struct MachODySymTab;
|
||||||
class MachOHeader;
|
struct MachOHeader;
|
||||||
class MachOSection;
|
struct MachOSection;
|
||||||
struct MachOSym;
|
struct MachOSym;
|
||||||
class TargetData;
|
class TargetData;
|
||||||
class TargetMachine;
|
class TargetMachine;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user