[PATCH] D129168: [BOLT] Add runtime functions required by freestanding environment
Maksim Panchenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 5 20:49:53 PDT 2022
maksfb created this revision.
maksfb added reviewers: yavtuk, yota9, Amir, ayermolo, rafauler, zr33, nhuhuan, FPar.
Herald added a project: All.
maksfb requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Compiler can generate calls to some functions implicitly, even under
constraints of freestanding environment. Make sure these functions are
available in our runtime objects.
Fixes test failures on some systems after https://reviews.llvm.org/D128960.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D129168
Files:
bolt/runtime/common.h
bolt/runtime/hugify.cpp
bolt/runtime/instr.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129168.442435.patch
Type: text/x-patch
Size: 4062 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220706/c270b39f/attachment.bin>
More information about the llvm-commits
mailing list