A function that creates JITSymbolFlags from a GlobalValueSummary. Similar functions exist: fromGlobalValue(), fromObjectSymbol()
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D75082
[ExecutionEngine] Add JITSymbolFlags::fromSummary(GlobalValueSummary*) ClosedPublic Authored by sgraenitz on Feb 24 2020, 2:37 PM.
Details Summary A function that creates JITSymbolFlags from a GlobalValueSummary. Similar functions exist: fromGlobalValue(), fromObjectSymbol()
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 25 2020, 11:20 AM Closed by commit rGec1e7faf65ae: [ExecutionEngine] Add JITSymbolFlags::fromSummary(GlobalValueSummary*) (authored by sgraenitz). · Explain WhyFeb 29 2020, 4:02 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 247436 llvm/include/llvm/ExecutionEngine/JITSymbol.h
llvm/lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp
|