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
This commit is contained in:
Nico Weber 2019-10-03 20:41:57 +00:00
parent 82cb5bc302
commit c118a03e69
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
source_set("GlobalISel") {
static_library("GlobalISel") {
deps = [
"//llvm/lib/Support",
]