summaryrefslogtreecommitdiffstats
path: root/llvm/utils
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2019-10-03 20:41:57 +0000
committerNico Weber <nicolasweber@gmx.de>2019-10-03 20:41:57 +0000
commitc118a03e6945805edc88732a33ff51cc4d96db09 (patch)
treeba8e144e0d4a1b68cf3d0893c7dab43af1670d83 /llvm/utils
parent82cb5bc3026739962c12427ea21ac31b2405c60b (diff)
downloadbcm5719-llvm-c118a03e6945805edc88732a33ff51cc4d96db09.tar.gz
bcm5719-llvm-c118a03e6945805edc88732a33ff51cc4d96db09.zip
gn build: (manually) merge 373651 better
The reland uses a static library, not an object library. Doesn't really matter for the gn build, but it's probalby nice to have the same semantics for the target type. llvm-svn: 373660
Diffstat (limited to 'llvm/utils')
-rw-r--r--llvm/utils/gn/secondary/llvm/utils/TableGen/GlobalISel/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/gn/secondary/llvm/utils/TableGen/GlobalISel/BUILD.gn b/llvm/utils/gn/secondary/llvm/utils/TableGen/GlobalISel/BUILD.gn
index fe703cf9cad..14955e5b98f 100644
--- a/llvm/utils/gn/secondary/llvm/utils/TableGen/GlobalISel/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/utils/TableGen/GlobalISel/BUILD.gn
@@ -1,4 +1,4 @@
-source_set("GlobalISel") {
+static_library("GlobalISel") {
deps = [
"//llvm/lib/Support",
]
OpenPOWER on IntegriCloud