Skip to content

Commit 6d8aba3

Browse files
committed
[gn] port 2dc9ec4
1 parent 090edd3 commit 6d8aba3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ source_set("sources") {
1212
sources = [
1313
"allocator_common.h",
1414
"allocator_config.h",
15+
"allocator_config_wrapper.h",
1516
"atomic_helpers.h",
1617
"bytemap.h",
1718
"checksum.cpp",

llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/tests/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ unittest("ScudoUnitTest") {
88
cflags = test_cflags
99
deps = [ "//compiler-rt/lib/scudo/standalone:sources" ]
1010
sources = [
11+
"allocator_config_test.cpp",
1112
"atomic_test.cpp",
1213
"bytemap_test.cpp",
1314
"checksum_test.cpp",

0 commit comments

Comments
 (0)