From: Nico Weber Date: Thu, 3 Oct 2019 20:41:57 +0000 (+0000) Subject: gn build: (manually) merge 373651 better X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7868d790b176e762437bef6adb02ddf5d6cc600;p=llvm 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373660 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/gn/secondary/llvm/utils/TableGen/GlobalISel/BUILD.gn b/utils/gn/secondary/llvm/utils/TableGen/GlobalISel/BUILD.gn index fe703cf9cad..14955e5b98f 100644 --- a/utils/gn/secondary/llvm/utils/TableGen/GlobalISel/BUILD.gn +++ b/utils/gn/secondary/llvm/utils/TableGen/GlobalISel/BUILD.gn @@ -1,4 +1,4 @@ -source_set("GlobalISel") { +static_library("GlobalISel") { deps = [ "//llvm/lib/Support", ]