Skip to content

Commit 65ddd87

Browse files
nicoyuxuanchen1997
authored andcommitted
[gn] port 8a27ef6 (lldbSymbol now includes clang headers)
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: https://phabricator.intern.facebook.com/D60251480
1 parent 74a929b commit 65ddd87

File tree

1 file changed

+4
-1
lines changed
  • llvm/utils/gn/secondary/lldb/source/Symbol

1 file changed

+4
-1
lines changed

llvm/utils/gn/secondary/lldb/source/Symbol/BUILD.gn

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
static_library("Symbol") {
22
output_name = "lldbSymbol"
3-
configs += [ "//llvm/utils/gn/build:lldb_code" ]
3+
configs += [
4+
"//llvm/utils/gn/build:clang_code",
5+
"//llvm/utils/gn/build:lldb_code",
6+
]
47
deps = [
58
"//lldb/source/Core",
69
"//lldb/source/Expression",

0 commit comments

Comments
 (0)