commit | 3d2c197763e7dedc70cb2668f4c9e475a29211e8 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Tue Apr 07 12:24:26 2020 +0100 |
committer | Andrew Walbran <qwandor@google.com> | Tue Apr 07 12:28:54 2020 +0100 |
tree | e76c4d58129a900998f6d55c53ebb80864d2704e | |
parent | 2aec8b56efced425c5890e574509089ec4f5c8cf [diff] [blame] |
Update prebuilt Clang to r365631c1 from Android. The version we had was segfaulting. Bug: 132420445 Change-Id: Icb45a6fe0b4e2166f7895e669df1157cec9fb4e0
diff --git a/linux-x64/clang/include/llvm/ProfileData/ProfileCommon.h b/linux-x64/clang/include/llvm/ProfileData/ProfileCommon.h index b52f886..f98a343 100644 --- a/linux-x64/clang/include/llvm/ProfileData/ProfileCommon.h +++ b/linux-x64/clang/include/llvm/ProfileData/ProfileCommon.h
@@ -83,7 +83,8 @@ SampleProfileSummaryBuilder(std::vector<uint32_t> Cutoffs) : ProfileSummaryBuilder(std::move(Cutoffs)) {} - void addRecord(const sampleprof::FunctionSamples &FS); + void addRecord(const sampleprof::FunctionSamples &FS, + bool isCallsiteSample = false); std::unique_ptr<ProfileSummary> getSummary(); };