[llvm] [support][nfc] MD5: Undef macros after use (PR #132132)

Jakub Kuderski via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 20 18:59:32 PDT 2025


================
@@ -296,3 +296,11 @@ MD5::MD5Result MD5::hash(ArrayRef<uint8_t> Data) {
 
   return Res;
 }
+
+#undef F
----------------
kuhar wrote:

+1, but I don't think this is a blocker

https://github.com/llvm/llvm-project/pull/132132


More information about the llvm-commits mailing list