[llvm] a659342 - [gn build] Port 1755f5b1d7b7

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 20 18:15:30 PST 2022


Author: LLVM GN Syncbot
Date: 2022-01-21T02:11:31Z
New Revision: a65934241c22ac834578c73f528b062fc53d80bf

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

LOG: [gn build] Port 1755f5b1d7b7

Added: 
    

Modified: 
    llvm/utils/gn/secondary/lldb/source/Utility/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/lldb/source/Utility/BUILD.gn b/llvm/utils/gn/secondary/lldb/source/Utility/BUILD.gn
index 15c1262f53ae3..7aff2ae2a22a0 100644
--- a/llvm/utils/gn/secondary/lldb/source/Utility/BUILD.gn
+++ b/llvm/utils/gn/secondary/lldb/source/Utility/BUILD.gn
@@ -22,6 +22,7 @@ static_library("Utility") {
     "FileSpec.cpp",
     "GDBRemote.cpp",
     "IOObject.cpp",
+    "Instrumentation.cpp",
     "LLDBAssert.cpp",
     "Listener.cpp",
     "Log.cpp",
@@ -31,7 +32,6 @@ static_library("Utility") {
     "RegisterValue.cpp",
     "RegularExpression.cpp",
     "Reproducer.cpp",
-    "ReproducerInstrumentation.cpp",
     "ReproducerProvider.cpp",
     "Scalar.cpp",
     "SelectHelper.cpp",


        


More information about the llvm-commits mailing list