We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 090edd3 commit 6d8aba3Copy full SHA for 6d8aba3
llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/BUILD.gn
@@ -12,6 +12,7 @@ source_set("sources") {
12
sources = [
13
"allocator_common.h",
14
"allocator_config.h",
15
+ "allocator_config_wrapper.h",
16
"atomic_helpers.h",
17
"bytemap.h",
18
"checksum.cpp",
llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/tests/BUILD.gn
@@ -8,6 +8,7 @@ unittest("ScudoUnitTest") {
8
cflags = test_cflags
9
deps = [ "//compiler-rt/lib/scudo/standalone:sources" ]
10
11
+ "allocator_config_test.cpp",
"atomic_test.cpp",
"bytemap_test.cpp",
"checksum_test.cpp",
0 commit comments