[clang] ee91f9b - [SystemZ][z/OS] Add back include required for strnlen function

Abhina Sreeskantharajan via cfe-commits cfe-commits at lists.llvm.org
Thu May 29 05:57:18 PDT 2025


Author: Abhina Sreeskantharajan
Date: 2025-05-29T08:57:06-04:00
New Revision: ee91f9b4a2b8cd6bb5d37ccd34ee7fb2c1401f99

URL: https://github.com/llvm/llvm-project/commit/ee91f9b4a2b8cd6bb5d37ccd34ee7fb2c1401f99
DIFF: https://github.com/llvm/llvm-project/commit/ee91f9b4a2b8cd6bb5d37ccd34ee7fb2c1401f99.diff

LOG: [SystemZ][z/OS] Add back include required for strnlen function

Added: 
    

Modified: 
    clang/lib/Lex/HeaderMap.cpp

Removed: 
    


################################################################################
diff  --git a/clang/lib/Lex/HeaderMap.cpp b/clang/lib/Lex/HeaderMap.cpp
index a7b670f00ac6e..588b32ee9ca8e 100644
--- a/clang/lib/Lex/HeaderMap.cpp
+++ b/clang/lib/Lex/HeaderMap.cpp
@@ -18,6 +18,7 @@
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/MathExtras.h"
 #include "llvm/Support/MemoryBuffer.h"
+#include "llvm/Support/SystemZ/zOSSupport.h"
 #include <cstring>
 #include <memory>
 #include <optional>


        


More information about the cfe-commits mailing list