[llvm] 2cbdeb7 - [gn build] Port d07c3cf66716

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 6 15:57:43 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-10-06T22:50:25Z
New Revision: 2cbdeb7bc1427d05fd642f579b448d2e8a7781b3

URL: https://github.com/llvm/llvm-project/commit/2cbdeb7bc1427d05fd642f579b448d2e8a7781b3
DIFF: https://github.com/llvm/llvm-project/commit/2cbdeb7bc1427d05fd642f579b448d2e8a7781b3.diff

LOG: [gn build] Port d07c3cf66716

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn b/llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
index 36c1df92ed1a689..c7e2b49f748bd33 100644
--- a/llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
@@ -84,6 +84,7 @@ unittest("SupportTests") {
     "SwapByteOrderTest.cpp",
     "TarWriterTest.cpp",
     "ThreadPool.cpp",
+    "ThreadSafeAllocatorTest.cpp",
     "Threading.cpp",
     "TimeProfilerTest.cpp",
     "TimerTest.cpp",


        


More information about the llvm-commits mailing list