[PATCH] D37924: Add section headers to SpecialCaseLists

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 18 17:31:06 PDT 2017


eugenis added inline comments.


================
Comment at: include/llvm/Support/SpecialCaseList.h:137
   /// compile() should be called once, after parsing all the memory buffers.
-  void compile();
+  virtual void compile();
+
----------------
Does this need to be virtual?


https://reviews.llvm.org/D37924





More information about the llvm-commits mailing list