Skip to content

Commit 3dd1e89

Browse files
committed
rebase
Created using spr 1.3.8-beta.1
2 parents 57f2183 + 0892971 commit 3dd1e89

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

llvm/lib/Support/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ add_llvm_component_library(LLVMSupport
147147
ARMBuildAttributes.cpp
148148
AArch64AttributeParser.cpp
149149
AArch64BuildAttributes.cpp
150-
AllocToken.cpp
151150
ARMAttributeParser.cpp
152151
ARMWinEH.cpp
152+
AllocToken.cpp
153153
Allocator.cpp
154154
AutoConvert.cpp
155155
Base64.cpp

llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ static_library("Support") {
4545
"ARMAttributeParser.cpp",
4646
"ARMBuildAttributes.cpp",
4747
"ARMWinEH.cpp",
48+
"AllocToken.cpp",
4849
"Allocator.cpp",
4950
"AutoConvert.cpp",
5051
"BalancedPartitioning.cpp",

0 commit comments

Comments
 (0)