[llvm] b3f364e - Add a header file to support ssize_t for windows

Jianzhou Zhao via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 12 01:50:58 PDT 2020


Author: Jianzhou Zhao
Date: 2020-09-12T08:50:22Z
New Revision: b3f364e8561caeb704f48e962df9c4c0bdad4aa2

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

LOG: Add a header file to support ssize_t for windows

fixing
https://github.com/llvm/llvm-project/commit/0ece51c60c51f0d4c285dbda3b6cff794041bdd7

Added: 
    

Modified: 
    llvm/include/llvm/Support/raw_ostream.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Support/raw_ostream.h b/llvm/include/llvm/Support/raw_ostream.h
index 5e68390bdc8f..bd15f97a13a1 100644
--- a/llvm/include/llvm/Support/raw_ostream.h
+++ b/llvm/include/llvm/Support/raw_ostream.h
@@ -15,6 +15,7 @@
 
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/ADT/StringRef.h"
+#include "llvm/Support/DataTypes.h"
 #include <cassert>
 #include <chrono>
 #include <cstddef>


        


More information about the llvm-commits mailing list