[clang] [NFC][Clang] Move set functions out BranchProtectionInfo. (PR #98451)

Daniel Kiss via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 11 08:54:55 PDT 2024


================
@@ -413,6 +414,12 @@ class TargetCodeGenInfo {
     return nullptr;
   }
 
+  void setFnAttributes(const TargetInfo::BranchProtectionInfo &BPI,
----------------
DanielKristofKiss wrote:

agree, added.

https://github.com/llvm/llvm-project/pull/98451


More information about the cfe-commits mailing list