This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] Add hexagon support to CFI
AcceptedPublic

Authored by bcain on Aug 16 2021, 5:56 PM.

Details

Reviewers
vitalybuka
Summary

Adds build support for hexagon linux to cfi.

Diff Detail

Event Timeline

bcain created this revision.Aug 16 2021, 5:56 PM
bcain requested review of this revision.Aug 16 2021, 5:56 PM
Herald added a subscriber: Restricted Project. · View Herald TranscriptAug 16 2021, 5:56 PM

I'd recommend to split "cfi, safestack, profile", they are independent

compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
29

80 chars would be nice, but it's already broken around
so up to you

bcain retitled this revision from [PATCH 7/8] [compiler-rt] Add cfi, safestack, profile to hexagon to [compiler-rt] Add cfi, safestack, profile to hexagon.Aug 17 2021, 11:13 AM
bcain updated this revision to Diff 366988.Aug 17 2021, 12:55 PM
bcain retitled this revision from [compiler-rt] Add cfi, safestack, profile to hexagon to [compiler-rt] Add hexagon support to CFI.
bcain edited the summary of this revision. (Show Details)

reduced scope to CFI only

vitalybuka accepted this revision.Aug 17 2021, 2:22 PM
This revision is now accepted and ready to land.Aug 17 2021, 2:22 PM