Skip to content

Commit ab82f83

Browse files
[LTO][NFC] Fix forward declaration (#107902)
Fix after #107792
1 parent 6776d65 commit ab82f83

File tree

1 file changed

+1
-1
lines changed
  • llvm/include/llvm/LTO

1 file changed

+1
-1
lines changed

llvm/include/llvm/LTO/LTO.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class ThinBackendProc;
112112
/// information that an LTO client should need in order to do symbol resolution.
113113
class InputFile {
114114
public:
115-
class Symbol;
115+
struct Symbol;
116116

117117
private:
118118
// FIXME: Remove LTO class friendship once we have bitcode symbol tables.

0 commit comments

Comments
 (0)