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 6ddc03d commit dda3ed9Copy full SHA for dda3ed9
llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/BUILD.gn
@@ -20,6 +20,10 @@ source_set("sources") {
20
"combined.h",
21
"common.cpp",
22
"common.h",
23
+ "condition_variable.h",
24
+ "condition_variable_base.h",
25
+ "condition_variable_linux.cpp",
26
+ "condition_variable_linux.h",
27
"crc32_hw.cpp",
28
"flags.cpp",
29
"flags.h",
llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/tests/BUILD.gn
@@ -14,6 +14,7 @@ unittest("ScudoUnitTest") {
14
"chunk_test.cpp",
15
"combined_test.cpp",
16
"common_test.cpp",
17
+ "condition_variable_test.cpp",
18
"flags_test.cpp",
19
"list_test.cpp",
"map_test.cpp",
0 commit comments