[PATCH] D118664: [InstrProf][NFC] Remove stray option in InstrProfWriter
Ellis Hoag via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 31 15:59:25 PST 2022
ellis created this revision.
Herald added a subscriber: hiraditya.
ellis edited the summary of this revision.
ellis added a reviewer: kyulee.
ellis published this revision for review.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This variable was added to `InstrProfWriter.cpp` in D115693 <https://reviews.llvm.org/D115693> by mistake and it isn't needed.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D118664
Files:
llvm/lib/ProfileData/InstrProfWriter.cpp
Index: llvm/lib/ProfileData/InstrProfWriter.cpp
===================================================================
--- llvm/lib/ProfileData/InstrProfWriter.cpp
+++ llvm/lib/ProfileData/InstrProfWriter.cpp
@@ -32,7 +32,6 @@
#include <vector>
using namespace llvm;
-extern cl::opt<bool> DebugInfoCorrelate;
// A struct to define how the data stream should be patched. For Indexed
// profiling, only uint64_t data type is needed.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118664.404760.patch
Type: text/x-patch
Size: 436 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220131/615daa50/attachment.bin>
More information about the llvm-commits
mailing list