This is an archive of the discontinued LLVM Phabricator instance.

[BOLT][runtime] Change fPIE flag to fPIC
ClosedPublic

Authored by yota9 on Nov 16 2022, 12:16 AM.

Details

Summary

Since instrumentation could be used on libraries we need to use fPIC,
not fPIE flag.

Diff Detail

Event Timeline

yota9 created this revision.Nov 16 2022, 12:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 16 2022, 12:16 AM
yota9 requested review of this revision.Nov 16 2022, 12:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 16 2022, 12:16 AM
This revision is now accepted and ready to land.Nov 16 2022, 3:37 PM
This revision was automatically updated to reflect the committed changes.