summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2019-03-23 23:22:45 +0000
committerNico Weber <nicolasweber@gmx.de>2019-03-23 23:22:45 +0000
commitd48c8fdd30aca4fc49b93a26391c2d4e3d04ace4 (patch)
treefa6b021088a3378f6a9f144208c7fd3de8970fa3
parent3e016d48c41a2c896bef7f665f260e47830d39b5 (diff)
downloadbcm5719-llvm-d48c8fdd30aca4fc49b93a26391c2d4e3d04ace4.tar.gz
bcm5719-llvm-d48c8fdd30aca4fc49b93a26391c2d4e3d04ace4.zip
gn build: Merge r356820
llvm-svn: 356846
-rw-r--r--llvm/utils/gn/secondary/llvm/lib/TextAPI/BUILD.gn7
-rw-r--r--llvm/utils/gn/secondary/llvm/unittests/TextAPI/BUILD.gn2
2 files changed, 9 insertions, 0 deletions
diff --git a/llvm/utils/gn/secondary/llvm/lib/TextAPI/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/TextAPI/BUILD.gn
index 0daf58b598c..d39e30f8fb3 100644
--- a/llvm/utils/gn/secondary/llvm/lib/TextAPI/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/TextAPI/BUILD.gn
@@ -8,5 +8,12 @@ static_library("TextAPI") {
sources = [
"ELF/ELFStub.cpp",
"ELF/TBEHandler.cpp",
+ "MachO/ArchitectureSet.cpp",
+ "MachO/PackedVersion.cpp",
+ "MachO/TextStub.cpp",
+ "MachO/Symbol.cpp",
+ "MachO/TextStubCommon.cpp",
+ "MachO/Architecture.cpp",
+ "MachO/InterfaceFile.cpp",
]
}
diff --git a/llvm/utils/gn/secondary/llvm/unittests/TextAPI/BUILD.gn b/llvm/utils/gn/secondary/llvm/unittests/TextAPI/BUILD.gn
index 0bfa109ba75..4c207d4f390 100644
--- a/llvm/utils/gn/secondary/llvm/unittests/TextAPI/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/unittests/TextAPI/BUILD.gn
@@ -7,5 +7,7 @@ unittest("TextAPITests") {
]
sources = [
"ELFYAMLTest.cpp",
+ "TextStubV1Tests.cpp",
+ "TextStubV2Tests.cpp",
]
}
OpenPOWER on IntegriCloud