[PATCH] D111354: [NFC] Including <string> in llvm-cxxdump/Error.cpp

Qiongsi Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 8 05:08:37 PDT 2021


qiongsiwu1 added a comment.

In D111354#3050388 <https://reviews.llvm.org/D111354#3050388>, @RKSimon wrote:

> @qiongsiwu1 I ran check-llvm on windows, wsl and linux boxes and didn't hit this - does this mean llvm-cxxdump isn't built/tested by default at all?

Thanks for looking into this! `llvm-cxxdump` builds on Linux without explicitly including the header, at least during our testing. For Linux on Power, it happens to work for us due to the build compiler including the header through other means as a side effect (Specifically, the `utility` header including `cstdlib`). The build failed on AIX because the libc++ on the platform not having such side effects.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111354/new/

https://reviews.llvm.org/D111354



More information about the llvm-commits mailing list