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
Unknown Object (File)
Tue, Oct 22, 1:12 PM
Unknown Object (File)
Mon, Oct 21, 5:35 PM
Unknown Object (File)
Mon, Oct 21, 8:33 AM
Unknown Object (File)
Oct 3 2024, 2:31 PM
Unknown Object (File)
Oct 1 2024, 3:10 PM
Unknown Object (File)
Sep 29 2024, 8:26 PM
Unknown Object (File)
Sep 29 2024, 8:23 PM
Unknown Object (File)
Sep 29 2024, 6:19 PM
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

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable