[PATCH] D86129: [Attributor] Function seed allow list

Kuter Dinel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 20 17:09:45 PDT 2020


kuter added inline comments.


================
Comment at: llvm/lib/Transforms/IPO/Attributor.cpp:101
+// These options can only used for debug builds.
+#ifndef NDEBUG
 static cl::list<std::string>
----------------
this flag is also used  by the code that defines `--debug`. You don't need to have debug info enabled
for this flag to be defined. Enabling assertions should be enough.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86129



More information about the llvm-commits mailing list