forked from OSchip/llvm-project
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:
parent
82cb5bc302
commit
c118a03e69
|
@ -1,4 +1,4 @@
|
|||
source_set("GlobalISel") {
|
||||
static_library("GlobalISel") {
|
||||
deps = [
|
||||
"//llvm/lib/Support",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue