mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 10:06:07 +00:00
[gn build] (manually) port b534beabeed3ba
This commit is contained in:
parent
7c327db3ef
commit
da0aaedcd0
@ -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.
|
||||
//
|
||||
|
@ -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",
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user