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)
Wed, Sep 10, 5:27 AM
Unknown Object (File)
Tue, Sep 9, 3:24 PM
Unknown Object (File)
Sat, Sep 6, 9:40 AM
Unknown Object (File)
Sat, Sep 6, 8:39 AM
Unknown Object (File)
Thu, Sep 4, 7:20 AM
Unknown Object (File)
Jul 30 2025, 6:49 AM
Unknown Object (File)
Jul 9 2025, 7:34 PM
Unknown Object (File)
Jul 7 2025, 9:07 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

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