[gn build] (manually) port b534beabee

This commit is contained in:
Nico Weber 2020-11-25 20:19:46 -05:00
parent 7c327db3ef
commit da0aaedcd0
2 changed files with 1 additions and 3 deletions

View File

@ -358,7 +358,7 @@ public:
const coff_import_header *hdr;
Chunk *location = nullptr;
// We want to eliminate dllimported symbols if no one actually refers them.
// We want to eliminate dllimported symbols if no one actually refers to them.
// These "Live" bits are used to keep track of which import library members
// are actually in use.
//

View File

@ -197,7 +197,6 @@ static_library("builtins") {
sources += [
"comparetf2.c",
"extenddftf2.c",
"extendhftf2.c",
"extendsftf2.c",
"fixtfdi.c",
"fixtfsi.c",
@ -213,7 +212,6 @@ static_library("builtins") {
"floatuntitf.c",
"multc3.c",
"trunctfdf2.c",
"trunctfhf2.c",
"trunctfsf2.c",
]
}