Skip to content

Commit b897ebd

Browse files
committed
[llvm-project] Backport fix for compilation issue with gcc-15
Update the LLVM tag with the following commits: 3e8577195510 UPSTREAM: Add missing include to X86MCTargetDesc.h (#123320) 2c45ceb5d258 UPSTREAM: [ADT] Add `<cstdint>` to SmallVector (#101761)
1 parent 6d588d5 commit b897ebd

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ROOT-llvm16-20240621-01
1+
ROOT-llvm16-20250207-01

interpreter/llvm-project/llvm/include/llvm/ADT/SmallVector.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include <algorithm>
2020
#include <cassert>
2121
#include <cstddef>
22+
#include <cstdint>
2223
#include <cstdlib>
2324
#include <cstring>
2425
#include <functional>

interpreter/llvm-project/llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#ifndef LLVM_LIB_TARGET_X86_MCTARGETDESC_X86MCTARGETDESC_H
1414
#define LLVM_LIB_TARGET_X86_MCTARGETDESC_X86MCTARGETDESC_H
1515

16+
#include <cstdint>
1617
#include <memory>
1718
#include <string>
1819

0 commit comments

Comments
 (0)