Skip to content

Commit 216709f

Browse files
committed
Add back <stdint.h> include to NVVMIntrinsicUtils
Add the <stdint.h> header include back into NVVMIntrinsicUtils.h after rebasing the commit which renamed it to a point after the original NVVMIntrinsicFlags.h version was edited to include <stdint> This extra include was originally added by: f33e236 [clang][Modules] Fixing Build Breaks When -DLLVM_ENABLE_MODULES=ON (llvm#119473)
1 parent 623215d commit 216709f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/include/llvm/IR/NVVMIntrinsicUtils.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
#ifndef LLVM_IR_NVVMINTRINSICUTILS_H
1616
#define LLVM_IR_NVVMINTRINSICUTILS_H
1717

18+
#include <stdint.h>
19+
1820
#include "llvm/ADT/APFloat.h"
1921
#include "llvm/IR/Intrinsics.h"
2022
#include "llvm/IR/IntrinsicsNVPTX.h"

0 commit comments

Comments
 (0)