Skip to content

Commit 251ece1

Browse files
committed
[gn build] Port d9a7498
1 parent ba476d0 commit 251ece1

File tree

1 file changed

+2
-1
lines changed
  • llvm/utils/gn/secondary/lldb/source/ValueObject

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ static_library("ValueObject") {
2424
]
2525
include_dirs = [ ".." ]
2626
sources = [
27+
"DILLexer.cpp",
2728
"ValueObject.cpp",
2829
"ValueObjectCast.cpp",
2930
"ValueObjectChild.cpp",
@@ -37,7 +38,7 @@ static_library("ValueObject") {
3738
"ValueObjectRegister.cpp",
3839
"ValueObjectSyntheticFilter.cpp",
3940
"ValueObjectUpdater.cpp",
40-
"ValueObjectVariable.cpp",
4141
"ValueObjectVTable.cpp",
42+
"ValueObjectVariable.cpp",
4243
]
4344
}

0 commit comments

Comments
 (0)