[llvm] 92ba551 - [gn build] (manually) port c6eaa14e11

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 2 07:43:47 PST 2020


Author: Nico Weber
Date: 2020-11-02T10:43:38-05:00
New Revision: 92ba5517a54349790b10ddd26050232d0727fb12

URL: https://github.com/llvm/llvm-project/commit/92ba5517a54349790b10ddd26050232d0727fb12
DIFF: https://github.com/llvm/llvm-project/commit/92ba5517a54349790b10ddd26050232d0727fb12.diff

LOG: [gn build] (manually) port c6eaa14e11

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 150ab6485a5a..7403ebfddd4c 100644
--- a/llvm/utils/gn/secondary/libcxx/src/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/src/BUILD.gn
@@ -130,6 +130,7 @@ cxx_sources = [
   "include/config_elast.h",
   "include/refstring.h",
   "ios.cpp",
+  "ios.instantiations.cpp",
   "iostream.cpp",
   "locale.cpp",
   "memory.cpp",


        


More information about the llvm-commits mailing list