mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Fix use of uninitialized valued.
Should bring the bots back. llvm-svn: 232661
This commit is contained in:
parent
97919c9f36
commit
78206bb550
@ -235,8 +235,9 @@ namespace llvm {
|
||||
|
||||
public:
|
||||
Target()
|
||||
: NullTargetStreamerCtorFn(nullptr), AsmTargetStreamerCtorFn(nullptr),
|
||||
MCRelocationInfoCtorFn(nullptr), MCSymbolizerCtorFn(nullptr) {}
|
||||
: MCObjectStreamerCtorFn(nullptr), NullTargetStreamerCtorFn(nullptr),
|
||||
AsmTargetStreamerCtorFn(nullptr), MCRelocationInfoCtorFn(nullptr),
|
||||
MCSymbolizerCtorFn(nullptr) {}
|
||||
|
||||
/// @name Target Information
|
||||
/// @{
|
||||
|
Loading…
Reference in New Issue
Block a user