[PATCH] D100546: [ARM][AArch64] SLSHardening: make non-comdat thunks possible

Tamas Petz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 15 04:22:38 PDT 2021


tamas.petz added inline comments.


================
Comment at: llvm/include/llvm/CodeGen/IndirectThunks.h:56
+  if (Comdat) {
+    F->setVisibility(GlobalValue::HiddenVisibility);
+    F->setComdat(M.getOrInsertComdat(Name));
----------------
NIT: tabs to spaces


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100546/new/

https://reviews.llvm.org/D100546



More information about the llvm-commits mailing list