summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/MachOWriter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/MachOWriter.h b/llvm/lib/CodeGen/MachOWriter.h
index e8e579347a4..e5c7ee6c253 100644
--- a/llvm/lib/CodeGen/MachOWriter.h
+++ b/llvm/lib/CodeGen/MachOWriter.h
@@ -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;
OpenPOWER on IntegriCloud