[libcxx-commits] [PATCH] D118503: [SystemZ][z/OS] Add ASCII and 32-bit variants for libc++.
    Muiez Ahmed via Phabricator via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Wed Mar  2 10:05:56 PST 2022
    
    
  
muiez added inline comments.
================
Comment at: libcxx/utils/libcxx/test/config.py:377-378
             self.cxx.link_flags += ['-lc++']
+            if self.target_info.is_zos():
+                self.cxx.link_flags += ['-lc++_a']
         else:
----------------
ldionne wrote:
> You should be using a new style config (see `libcxx/test/configs/`), not the legacy system. This is much easier to tweak for your exact needs.
We can avoid this, since we moved to the new config file. Will create a separate patch for this. 
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118503/new/
https://reviews.llvm.org/D118503
    
    
More information about the libcxx-commits
mailing list