[llvm] dbe47c2 - [gn build] Port 54566ba52304

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 18 08:20:56 PDT 2024


Author: LLVM GN Syncbot
Date: 2024-10-18T15:14:44Z
New Revision: dbe47c2a06e0928edde802d062ecf1a0ce45fbb9

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

LOG: [gn build] Port 54566ba52304

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/unittests/SandboxIR/BUILD.gn b/llvm/utils/gn/secondary/llvm/unittests/SandboxIR/BUILD.gn
index 578b2b18d6ee9a..5f2bf7ed36468a 100644
--- a/llvm/utils/gn/secondary/llvm/unittests/SandboxIR/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/unittests/SandboxIR/BUILD.gn
@@ -9,6 +9,7 @@ unittest("SandboxIRTests") {
   ]
   sources = [
     "IntrinsicInstTest.cpp",
+    "OperatorTest.cpp",
     "PassTest.cpp",
     "RegionTest.cpp",
     "SandboxIRTest.cpp",


        


More information about the llvm-commits mailing list