mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-11 10:25:41 +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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user