[llvm-branch-commits] [lld] da0aaed - [gn build] (manually) port b534beabeed3ba
Nico Weber via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Nov 25 17:23:48 PST 2020
Author: Nico Weber
Date: 2020-11-25T20:19:46-05:00
New Revision: da0aaedcd0cd7053fa38d56aca26fd035a7fe75c
URL: https://github.com/llvm/llvm-project/commit/da0aaedcd0cd7053fa38d56aca26fd035a7fe75c
DIFF: https://github.com/llvm/llvm-project/commit/da0aaedcd0cd7053fa38d56aca26fd035a7fe75c.diff
LOG: [gn build] (manually) port b534beabeed3ba
Added:
Modified:
lld/COFF/InputFiles.h
llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
Removed:
################################################################################
diff --git a/lld/COFF/InputFiles.h b/lld/COFF/InputFiles.h
index f657d8f0a808..3fa6819157a9 100644
--- a/lld/COFF/InputFiles.h
+++ b/lld/COFF/InputFiles.h
@@ -358,7 +358,7 @@ class ImportFile : public InputFile {
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.
//
diff --git a/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
index e7b532f57dab..0292479ecd66 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
@@ -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",
]
}
More information about the llvm-branch-commits
mailing list