Author: wlei Date: 2021-01-13T11:30:09-08:00 New Revision: 33a8466531e68698dc735a0a8dcb97eb41b35ba6
URL: https://github.com/llvm/llvm-project/commit/33a8466531e68698dc735a0a8dcb97eb41b35ba6 DIFF: https://github.com/llvm/llvm-project/commit/33a8466531e68698dc735a0a8dcb97eb41b35ba6.diff LOG: [NFC] fix missing SectionName declaration Added: Modified: llvm/tools/llvm-profgen/PseudoProbe.h Removed: ################################################################################ diff --git a/llvm/tools/llvm-profgen/PseudoProbe.h b/llvm/tools/llvm-profgen/PseudoProbe.h index de4857088a73..25769cad8805 100644 --- a/llvm/tools/llvm-profgen/PseudoProbe.h +++ b/llvm/tools/llvm-profgen/PseudoProbe.h @@ -178,10 +178,8 @@ class PseudoProbeDecoder { /// Points to the end of the buffer. const uint8_t *End = nullptr; -#ifndef NDEBUG /// SectionName used for debug std::string SectionName; -#endif // Decoding helper function template <typename T> T readUnencodedNumber(); _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits