[llvm] ceccfaa - [gn build] (semi-manually) port 0b10bb7ddd3c

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Wed May 5 15:07:03 PDT 2021


Author: Nico Weber
Date: 2021-05-05T18:06:52-04:00
New Revision: ceccfaae140d2a067d9023a9a3ca71efc86f9e2d

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

LOG: [gn build] (semi-manually) port 0b10bb7ddd3c

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 d91233d465991..e91d9ce046174 100644
--- a/llvm/utils/gn/secondary/libcxx/src/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/src/BUILD.gn
@@ -128,6 +128,7 @@ cxx_sources = [
   "include/atomic_support.h",
   "include/config_elast.h",
   "include/refstring.h",
+  "include/sso_allocator.h",
   "ios.cpp",
   "ios.instantiations.cpp",
   "iostream.cpp",


        


More information about the llvm-commits mailing list