forked from OSchip/llvm-project
[ELF] Fix buildbot warning error.
Forward declare InputSectionDescription as struct not class. llvm-svn: 320801
This commit is contained in:
parent
cf354873c1
commit
5597bcb5fc
|
@ -20,7 +20,7 @@ namespace elf {
|
||||||
|
|
||||||
class Defined;
|
class Defined;
|
||||||
class InputSection;
|
class InputSection;
|
||||||
class InputSectionDescription;
|
struct InputSectionDescription;
|
||||||
class OutputSection;
|
class OutputSection;
|
||||||
class Patch843419Section;
|
class Patch843419Section;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue