mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 06:32:09 +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 MachineRelocation;
|
||||
class MachOCodeEmitter;
|
||||
class MachODySymTab;
|
||||
class MachOHeader;
|
||||
class MachOSection;
|
||||
struct MachODySymTab;
|
||||
struct MachOHeader;
|
||||
struct MachOSection;
|
||||
struct MachOSym;
|
||||
class TargetData;
|
||||
class TargetMachine;
|
||||
|
Loading…
x
Reference in New Issue
Block a user