mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-24 11:36:10 +00:00
Match declaration to definition.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75454 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
56a96e76ae
commit
89e12a1b2e
@ -26,7 +26,7 @@ namespace llvm {
|
||||
class ELFCodeEmitter;
|
||||
class ELFRelocation;
|
||||
class ELFSection;
|
||||
class ELFSym;
|
||||
struct ELFSym;
|
||||
class GlobalVariable;
|
||||
class Mangler;
|
||||
class MachineCodeEmitter;
|
||||
|
@ -27,7 +27,7 @@ namespace llvm {
|
||||
class MachODySymTab;
|
||||
class MachOHeader;
|
||||
class MachOSection;
|
||||
class MachOSym;
|
||||
struct MachOSym;
|
||||
class TargetData;
|
||||
class TargetMachine;
|
||||
class TargetAsmInfo;
|
||||
|
Loading…
x
Reference in New Issue
Block a user