jhuber6 wrote: > It seems like these failures have been mostly fixed with the application of > -Wno-psabi but we should check to make sure there isn't something actually > wrong with libc and libcxx before we merge this. The code should be fixed to > avoid the warnings
Why should this cause a warning? The original ABI warning was due to symbols escaping the TU and these are all static? https://github.com/llvm/llvm-project/pull/199091 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
