This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt][scudo][LIT] Use target_suffix instead of target-arch
ClosedPublic

Authored by jsji on May 19 2020, 2:06 PM.

Details

Summary

Per target runtime dir may change the suffix of shared libs.
We can not assume we are always building with per_target_runtime_dir on.

Diff Detail

Event Timeline

jsji created this revision.May 19 2020, 2:06 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 19 2020, 2:06 PM
Herald added subscribers: Restricted Project, dberris. · View Herald Transcript
jsji edited the summary of this revision. (Show Details)May 19 2020, 2:16 PM
cryptoad accepted this revision.May 19 2020, 2:24 PM
This revision is now accepted and ready to land.May 19 2020, 2:24 PM
This revision was automatically updated to reflect the committed changes.