mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[CSSPGO][llvm-profgen] Fix a missing initalization
Fixing a missing initalization that accidentaly caused by https://reviews.llvm.org/D103178 .
This commit is contained in:
parent
886d278938
commit
d565cac9a2
@ -100,7 +100,7 @@ class ProfiledBinary {
|
||||
// The target triple.
|
||||
Triple TheTriple;
|
||||
// The runtime base address that the first executable segment is loaded at.
|
||||
uint64_t BaseAddress;
|
||||
uint64_t BaseAddress = 0;
|
||||
// The preferred load address of each executable segment.
|
||||
std::vector<uint64_t> PreferredTextSegmentAddresses;
|
||||
// The file offset of each executable segment.
|
||||
|
Loading…
x
Reference in New Issue
Block a user