[PATCH] D110383: [JITLink][NFC] Add TableManager to replace PerGraph...Builder pass
luxufan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 29 01:05:43 PDT 2021
StephenFan added inline comments.
================
Comment at: llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h:1686
+static void visitEdge(LinkGraph &G, Block *B, Edge &E) {}
+
----------------
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 ?
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