[llvm] [BOLT][AArch64] Support for pointer authentication (PR #117578)
Paschalis Mpeis via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 28 05:11:22 PST 2024
================
@@ -206,11 +207,31 @@ cl::opt<bool> UpdateDebugSections(
cl::desc("update DWARF debug sections of the executable"),
cl::cat(BoltCategory));
+cl::list<std::string> AssumeNoReturnFunctions(
----------------
paschalis-mpeis wrote:
Could use `noreturn-funcs` / `noreturn-funcs-file` to match the convention of similar existing options?
https://github.com/llvm/llvm-project/pull/117578
More information about the llvm-commits
mailing list