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
{{ message }}
This repository was archived by the owner on May 14, 2024. It is now read-only.
Generate a random name for bitcode linking when none is provided
Comgr currently uses the DataObject name to write bitcodes to the
file system, which happens whenever saving temporary files or
unbundling files. If the name provided by the caller was empty,
this led to errors.
We now generate a "comgr-anon-bitcode-XXXX.bc" string, where XXXX is
a randomly generated 3-digit number.
Change-Id: Ia701fd17acfdc07fe5569a4e1bb25b2313ded20a
0 commit comments