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
In elfpackager we want to ensure the output is always the same when the same file gets passed in. Currently it would give different outputs because we were using std::sets with pointer values. These pointer values are inconsistent run to run. The fix was to add StringRef which remain constant
0 commit comments