[llvm] 526af13 - Fix llvm-profgen breakage

Wenlei He via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 18 11:02:43 PDT 2022


Author: Wenlei He
Date: 2022-04-18T11:02:29-07:00
New Revision: 526af13ebaa93bb90dc6c281fd7d8c059aeb72a0

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

LOG: Fix llvm-profgen breakage

Added: 
    

Modified: 
    llvm/tools/llvm-profgen/PerfReader.h

Removed: 
    


################################################################################
diff  --git a/llvm/tools/llvm-profgen/PerfReader.h b/llvm/tools/llvm-profgen/PerfReader.h
index bd260a570cc49..48110b0cdaa12 100644
--- a/llvm/tools/llvm-profgen/PerfReader.h
+++ b/llvm/tools/llvm-profgen/PerfReader.h
@@ -13,7 +13,6 @@
 #include "llvm/Support/Casting.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Regex.h"
-#include <bits/stdint-uintn.h>
 #include <cstdint>
 #include <fstream>
 #include <list>


        


More information about the llvm-commits mailing list