================
@@ -630,6 +630,27 @@ static ZicfissPolicy getZZicfiss(Ctx &ctx,
opt::InputArgList &args) {
return ret;
}
+static int getZMemtagMode(Ctx &ctx, opt::InputArgList &args) {
+ auto ret = ELF::NT_MEMTAG_LEVEL_NONE;
+
----------------
MaskRay wrote:delete blank line https://github.com/llvm/llvm-project/pull/187055 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
