[llvm] 66640aa - [gn build] Port 2487db1f2862

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 26 23:57:58 PDT 2021


Author: LLVM GN Syncbot
Date: 2021-07-27T06:54:07Z
New Revision: 66640aa5aeaf2d46040f6ae2d8ff5a4a35ecb8dc

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

LOG: [gn build] Port 2487db1f2862

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 3d66a8170ef79..9704ab51f4306 100644
--- a/llvm/utils/gn/secondary/llvm/unittests/ExecutionEngine/Orc/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/unittests/ExecutionEngine/Orc/BUILD.gn
@@ -14,7 +14,7 @@ unittest("OrcJITTests") {
   ]
   sources = [
     "CoreAPIsTest.cpp",
-    "ExecutorProcessControlTest.cpp",
+    "ExecutionSessionWrapperFunctionCallsTest.cpp",
     "IndirectionUtilsTest.cpp",
     "JITTargetMachineBuilderTest.cpp",
     "LazyCallThroughAndReexportsTest.cpp",


        


More information about the llvm-commits mailing list