mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 01:07:04 +08:00
[llvm-objcopy] [COFF] Fix the Object forward declaration
This fixes build warnings with clang, and linker errors with MSVC. llvm-svn: 349606
This commit is contained in:
@@ -18,7 +18,7 @@ namespace llvm {
|
||||
namespace objcopy {
|
||||
namespace coff {
|
||||
|
||||
class Object;
|
||||
struct Object;
|
||||
|
||||
using object::COFFObjectFile;
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ namespace llvm {
|
||||
namespace objcopy {
|
||||
namespace coff {
|
||||
|
||||
class Object;
|
||||
struct Object;
|
||||
|
||||
class Writer {
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user