Page MenuHomeFreeBSD

Clang: Add Diags for targets pre to i686 for -fcf-protection
ClosedPublic

Authored by emaste on Nov 4 2022, 4:08 PM.
Tags
None
Referenced Files
F132749119: D37268.id112614.diff
Sun, Oct 19, 3:02 PM
Unknown Object (File)
Wed, Oct 15, 6:01 PM
Unknown Object (File)
Thu, Oct 9, 10:18 PM
Unknown Object (File)
Thu, Oct 9, 10:18 PM
Unknown Object (File)
Thu, Oct 9, 10:18 PM
Unknown Object (File)
Thu, Oct 9, 10:18 PM
Unknown Object (File)
Sep 18 2025, 11:05 PM
Unknown Object (File)
Sep 18 2025, 12:42 AM
Subscribers

Details

Summary
Intel Control-flow Enforcement Technology (CET) provides new
instructions `endbr32/64` for the indirect branch control.
They are NOPs on i686 and new targets.  We need to check for that
in case it crashes on older targets.

PR:             264497
Obtained from:  LLVM commit 52516782972730ff065a34123a9d8876da08c254

(I think this will introduce a (trivially resolved) conflict on the next import.)

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped