[PATCH] D65821: [Attributor][modulemap] Revert r368064 but fix the build

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 6 12:08:19 PDT 2019


jdoerfert marked an inline comment as done.
jdoerfert added inline comments.


================
Comment at: llvm/include/llvm/Transforms/IPO/Attributor.h:668
+struct IRAttribute : public IRPosition, public Base, public IRAttributeManifest {
+  ~IRAttribute() {}
 
----------------
forget these two lines of change


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

https://reviews.llvm.org/D65821





More information about the llvm-commits mailing list