[PATCH] D110383: [JITLink][NFC] Add TableManager to replace PerGraph...Builder pass

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 2 10:50:34 PDT 2021


lhames added inline comments.


================
Comment at: llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h:1686
 
+static void visitEdge(LinkGraph &G, Block *B, Edge &E) {}
+
----------------
StephenFan wrote:
> I use gcc to compile llvm-project. And this function will cause the `defined but not used[-Wunused-function]` warning. Is there ways to suppress this warning ?
That sounds like a broken warning. I would ignore it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110383



More information about the llvm-commits mailing list