[llvm] 17f331c - [gn] port 72a006b33855

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 14 12:36:10 PDT 2023


Author: Nico Weber
Date: 2023-08-14T15:35:28-04:00
New Revision: 17f331cc64e73a1dd8a381b191823ba3d43e402e

URL: https://github.com/llvm/llvm-project/commit/17f331cc64e73a1dd8a381b191823ba3d43e402e
DIFF: https://github.com/llvm/llvm-project/commit/17f331cc64e73a1dd8a381b191823ba3d43e402e.diff

LOG: [gn] port 72a006b33855

Added: 
    

Modified: 
    llvm/utils/gn/secondary/libcxx/include/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
index 5111f1ce3957da..3e0078452c082f 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -60,10 +60,7 @@ if (current_toolchain == default_toolchain) {
     values = [
       # An empty value here means the feature is supported.
       # Unsupported values should be set to `$no`.
-      "requires_LIBCXX_ENABLE_FILESYSTEM=",
       "requires_LIBCXX_ENABLE_LOCALIZATION=",
-      "requires_LIBCXX_ENABLE_THREADS=",
-      "requires_LIBCXX_ENABLE_WIDE_CHARACTERS=",
     ]
   }
 


        


More information about the llvm-commits mailing list