There are legitimate usecases for >4GB profiles and this check doesn't
bring much value.
The counterpart for instrumented profiles has been previously removed in
https://github.com/llvm/llvm-project/commit/d6c15b661ab0aabb00f1219ce4af7136938e67e2.
Paths
| Differential D116582
Remove the 4GB size check for sample profiles. Needs ReviewPublic Authored by amharc on Jan 4 2022, 12:32 AM.
Details
Summary There are legitimate usecases for >4GB profiles and this check doesn't The counterpart for instrumented profiles has been previously removed in
Diff Detail
Unit TestsFailed
Revision Contents
Diff 397219 llvm/include/llvm/ProfileData/SampleProf.h
llvm/lib/ProfileData/SampleProf.cpp
llvm/lib/ProfileData/SampleProfReader.cpp
|