[PATCH] D143229: [AutoUpgrade] Add flag to disable autoupgrading debug info
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 7 17:58:00 PST 2023
aprantl added inline comments.
================
Comment at: llvm/lib/IR/AutoUpgrade.cpp:46
+ cl::desc("Assume that input bitcode needs no upgrading, "
+ "skipping any auto-upgrading"));
+
----------------
I suppose this text is no longer accurate?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143229/new/
https://reviews.llvm.org/D143229
More information about the llvm-commits
mailing list