projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac27baa
)
Match declaration to definition (missed a few).
author
Daniel Dunbar
<daniel@zuster.org>
Mon, 13 Jul 2009 06:04:06 +0000
(06:04 +0000)
committer
Daniel Dunbar
<daniel@zuster.org>
Mon, 13 Jul 2009 06:04:06 +0000
(06:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75456
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/MachOWriter.h
patch
|
blob
|
history
diff --git
a/lib/CodeGen/MachOWriter.h
b/lib/CodeGen/MachOWriter.h
index e8e579347a4768cc2cca1f2ee1dd6246d1f74c24..e5c7ee6c25397c9254c1adfff6461b1e51b4a577 100644
(file)
--- a/
lib/CodeGen/MachOWriter.h
+++ b/
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;