[libc-commits] [PATCH] D100646: [libc] Add a set of elementary	operations
    Guillaume Chatelet via Phabricator via libc-commits 
    libc-commits at lists.llvm.org
       
    Fri Apr 23 08:09:09 PDT 2021
    
    
  
gchatelet added a comment.
In D100646#2712262 <https://reviews.llvm.org/D100646#2712262>, @avieira wrote:
> Alright I'll give it a wait, I was currently trying to figure out why I can't build the libc_string_unittests, getting a build error around elements_test.cpp saying there's an issue with the 'cstring' header file 'no member named 'strcmp' in the global namespace' which is an odd one ... What libc++ library do you use to build this normally?
hmm this is weird, `elements_test.cpp` does not rely on `strcmp`. That said it shouldn't even depend on "cstring", I'll update the patch to remove it.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100646/new/
https://reviews.llvm.org/D100646
    
    
More information about the libc-commits
mailing list