summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/utils/gn/secondary/lld/Common/BUILD.gn1
-rw-r--r--llvm/utils/gn/secondary/lld/ELF/BUILD.gn1
2 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/gn/secondary/lld/Common/BUILD.gn b/llvm/utils/gn/secondary/lld/Common/BUILD.gn
index b15f0928c04..6f7e50bdfa5 100644
--- a/llvm/utils/gn/secondary/lld/Common/BUILD.gn
+++ b/llvm/utils/gn/secondary/lld/Common/BUILD.gn
@@ -17,6 +17,7 @@ static_library("Common") {
sources = [
"Args.cpp",
"ErrorHandler.cpp",
+ "Filesystem.cpp",
"Memory.cpp",
"Reproduce.cpp",
"Strings.cpp",
diff --git a/llvm/utils/gn/secondary/lld/ELF/BUILD.gn b/llvm/utils/gn/secondary/lld/ELF/BUILD.gn
index 8006ef17c2f..364559540b6 100644
--- a/llvm/utils/gn/secondary/lld/ELF/BUILD.gn
+++ b/llvm/utils/gn/secondary/lld/ELF/BUILD.gn
@@ -43,7 +43,6 @@ static_library("ELF") {
"Driver.cpp",
"DriverUtils.cpp",
"EhFrame.cpp",
- "Filesystem.cpp",
"ICF.cpp",
"InputFiles.cpp",
"InputSection.cpp",
OpenPOWER on IntegriCloud