[PATCH] D130034: [BOLT] Add BinaryContext::IsStripped

Amir Ayupov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 28 14:34:37 PDT 2022


Amir added inline comments.


================
Comment at: bolt/lib/Rewrite/RewriteInstance.cpp:1640
+  if (BC->IsStripped)
+    outs() << "BOLT-INFO: input binary is stripped. The support is limited and is considered experimental.\n";
+
----------------
clang-format? (I can't make the right format from the inline comment box)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130034



More information about the llvm-commits mailing list