[llvm] d3a2038 - [gn build] Port 8740360093b5

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 26 14:08:14 PDT 2021


Author: LLVM GN Syncbot
Date: 2021-04-26T21:04:24Z
New Revision: d3a2038955f325793e0fab76525d4edc67aab43b

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

LOG: [gn build] Port 8740360093b5

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