[llvm] 891d1e1 - [gn build] Port d122d80b3d1c

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 26 21:27:57 PDT 2021


Author: LLVM GN Syncbot
Date: 2021-04-27T04:24:09Z
New Revision: 891d1e160bb46c556d1f15be40f92f48e9dd0ce4

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

LOG: [gn build] Port d122d80b3d1c

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/unittests/ExecutionEngine/Orc/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/unittests/ExecutionEngine/Orc/BUILD.gn b/llvm/utils/gn/secondary/llvm/unittests/ExecutionEngine/Orc/BUILD.gn
index d4dbec434c52..3ae7a0f603c4 100644
--- a/llvm/utils/gn/secondary/llvm/unittests/ExecutionEngine/Orc/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/unittests/ExecutionEngine/Orc/BUILD.gn
@@ -17,6 +17,7 @@ unittest("OrcJITTests") {
     "IndirectionUtilsTest.cpp",
     "JITTargetMachineBuilderTest.cpp",
     "LazyCallThroughAndReexportsTest.cpp",
+    "OrcCAPITest.cpp",
     "OrcTestCommon.cpp",
     "QueueChannel.cpp",
     "RPCUtilsTest.cpp",


        


More information about the llvm-commits mailing list