Skip to content

Commit dda3ed9

Browse files
committed
[gn] port ab17ecd
1 parent 6ddc03d commit dda3ed9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ source_set("sources") {
2020
"combined.h",
2121
"common.cpp",
2222
"common.h",
23+
"condition_variable.h",
24+
"condition_variable_base.h",
25+
"condition_variable_linux.cpp",
26+
"condition_variable_linux.h",
2327
"crc32_hw.cpp",
2428
"flags.cpp",
2529
"flags.h",

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
@@ -14,6 +14,7 @@ unittest("ScudoUnitTest") {
1414
"chunk_test.cpp",
1515
"combined_test.cpp",
1616
"common_test.cpp",
17+
"condition_variable_test.cpp",
1718
"flags_test.cpp",
1819
"list_test.cpp",
1920
"map_test.cpp",

0 commit comments

Comments
 (0)