You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Libomptarget][NFCI] Remove caching of created ELF files (llvm#76080)
Cherry pick from trunk. It seems this was missed in a merge
and now a patch is dependent on it.
Summary:
We currently keep a cache of created ELF files from the relevant images.
This shouldn't be necessary as the entire ELF interface is generally
trivially constructable and extremely cheap. The cost of constructing
one of these objects is simply a size check and writing a pointer to the
underlying data. Given that, keeping a cache of these images should not
be necessary overall.
Change-Id: I3e09037a9daea30d886bf6c764b3433260ff2cc2
0 commit comments