]> granicus.if.org Git - llvm/commitdiff
gn build: (manually) merge 373651 better
authorNico Weber <nicolasweber@gmx.de>
Thu, 3 Oct 2019 20:41:57 +0000 (20:41 +0000)
committerNico Weber <nicolasweber@gmx.de>
Thu, 3 Oct 2019 20:41:57 +0000 (20:41 +0000)
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373660 91177308-0d34-0410-b5e6-96231b3b80d8

utils/gn/secondary/llvm/utils/TableGen/GlobalISel/BUILD.gn

index fe703cf9cad86d9595a62be67fb894d9143b6b6f..14955e5b98fcf13292bff631734668e9800afaac 100644 (file)
@@ -1,4 +1,4 @@
-source_set("GlobalISel") {
+static_library("GlobalISel") {
   deps = [
     "//llvm/lib/Support",
   ]