[llvm] 92ceba7 - [gn build] port f1585a4b47cc
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 4 19:29:13 PST 2021
Author: Nico Weber
Date: 2021-12-04T22:29:05-05:00
New Revision: 92ceba7d131241d21c1f9e3279dc46a787d23218
URL: https://github.com/llvm/llvm-project/commit/92ceba7d131241d21c1f9e3279dc46a787d23218
DIFF: https://github.com/llvm/llvm-project/commit/92ceba7d131241d21c1f9e3279dc46a787d23218.diff
LOG: [gn build] port f1585a4b47cc
Added:
Modified:
llvm/utils/gn/secondary/lldb/source/Plugins/Platform/Windows/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/Windows/BUILD.gn b/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/Windows/BUILD.gn
index 2eb1a4d5f10ce..11539c7dc4792 100644
--- a/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/Windows/BUILD.gn
+++ b/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/Windows/BUILD.gn
@@ -1,6 +1,9 @@
static_library("Windows") {
output_name = "lldbPluginPlatformWindows"
- configs += [ "//llvm/utils/gn/build:lldb_code" ]
+ configs += [
+ "//llvm/utils/gn/build:clang_code",
+ "//llvm/utils/gn/build:lldb_code",
+ ]
deps = [
"//lldb/source/Breakpoint",
"//lldb/source/Core",
@@ -9,6 +12,6 @@ static_library("Windows") {
]
# Reaches into Plugins/TypeSystem/Clang.
- #include_dirs = [ "//lldb/source" ]
+ include_dirs = [ "//lldb/source" ]
sources = [ "PlatformWindows.cpp" ]
}
More information about the llvm-commits
mailing list