forked from OSchip/llvm-project
Match declaration to definition (missed a few).
llvm-svn: 75456
This commit is contained in:
parent
e02670db07
commit
3a86fe943c
|
@ -24,9 +24,9 @@ namespace llvm {
|
|||
class Mangler;
|
||||
class MachineRelocation;
|
||||
class MachOCodeEmitter;
|
||||
class MachODySymTab;
|
||||
class MachOHeader;
|
||||
class MachOSection;
|
||||
struct MachODySymTab;
|
||||
struct MachOHeader;
|
||||
struct MachOSection;
|
||||
struct MachOSym;
|
||||
class TargetData;
|
||||
class TargetMachine;
|
||||
|
|
Loading…
Reference in New Issue