[llvm] 70a4869 - [gn build] Port c0d889995e70

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 24 13:34:34 PDT 2021


Author: LLVM GN Syncbot
Date: 2021-09-24T20:30:26Z
New Revision: 70a48697d5f547ca72053b5dcf0d10756f6f2477

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

LOG: [gn build] Port c0d889995e70

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 6b8494bc17b50..c99aa6f5be390 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") {
     "EPCGenericJITLinkMemoryManagerTest.cpp",
     "EPCGenericMemoryAccessTest.cpp",
     "ExecutionSessionWrapperFunctionCallsTest.cpp",
+    "ExecutorAddressTest.cpp",
     "IndirectionUtilsTest.cpp",
     "JITTargetMachineBuilderTest.cpp",
     "LazyCallThroughAndReexportsTest.cpp",


        


More information about the llvm-commits mailing list