[llvm] 658398c - [gn build] (semi-manually) port 081c1db02dd2

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 28 10:09:23 PST 2021


Author: Nico Weber
Date: 2021-01-28T13:05:10-05:00
New Revision: 658398c842019636376a00f7267853e96cd0d935

URL: https://github.com/llvm/llvm-project/commit/658398c842019636376a00f7267853e96cd0d935
DIFF: https://github.com/llvm/llvm-project/commit/658398c842019636376a00f7267853e96cd0d935.diff

LOG: [gn build] (semi-manually) port 081c1db02dd2

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 7403ebfddd4c..c98145b6c169 100644
--- a/llvm/utils/gn/secondary/libcxx/src/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/src/BUILD.gn
@@ -122,6 +122,7 @@ cxx_sources = [
   "condition_variable.cpp",
   "condition_variable_destructor.cpp",
   "exception.cpp",
+  "format.cpp",
   "functional.cpp",
   "future.cpp",
   "hash.cpp",


        


More information about the llvm-commits mailing list