[llvm] 64ced3c - [gn build] (semi-manually) port 2ff8662b5d16
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 29 03:48:30 PST 2021
Author: Nico Weber
Date: 2021-01-29T06:48:17-05:00
New Revision: 64ced3ce89a6dd429136d0ad7832853d8b3fdef0
URL: https://github.com/llvm/llvm-project/commit/64ced3ce89a6dd429136d0ad7832853d8b3fdef0
DIFF: https://github.com/llvm/llvm-project/commit/64ced3ce89a6dd429136d0ad7832853d8b3fdef0.diff
LOG: [gn build] (semi-manually) port 2ff8662b5d16
Added:
Modified:
llvm/utils/gn/secondary/libcxx/src/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/libcxx/src/BUILD.gn b/llvm/utils/gn/secondary/libcxx/src/BUILD.gn
index cf73739b251e..bcaa28102608 100644
--- a/llvm/utils/gn/secondary/libcxx/src/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/src/BUILD.gn
@@ -184,6 +184,7 @@ if (libcxx_enable_filesystem) {
"filesystem/directory_iterator.cpp",
"filesystem/filesystem_common.h",
"filesystem/operations.cpp",
+ "filesystem/posix_compat.h",
]
if (libcxx_use_compiler_rt) {
cxx_sources += [ "filesystem/int128_builtins.cpp" ]
More information about the llvm-commits
mailing list