[PATCH] D118664: [InstrProf][NFC] Remove stray option in InstrProfWriter

Ellis Hoag via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 2 14:29:33 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG7756b34ef26b: [InstrProf][NFC] Remove stray option in InstrProfWriter (authored by ellis).

Repository:
  rG LLVM Github Monorepo

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

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.405452.patch
Type: text/x-patch
Size: 436 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220202/fc0aea87/attachment.bin>


More information about the llvm-commits mailing list