Skip to content

Commit

Permalink
gn build: (manually) merge 373651 better
Browse files Browse the repository at this point in the history
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
  • Loading branch information
nico committed Oct 3, 2019
1 parent 82cb5bc commit c118a03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source_set("GlobalISel") {
static_library("GlobalISel") {
deps = [
"//llvm/lib/Support",
]
Expand Down

0 comments on commit c118a03

Please sign in to comment.