[llvm-dev] llvm-nm --help keeps printing whitespace

Leonard Chan via llvm-dev llvm-dev at lists.llvm.org
Thu Jan 31 11:02:01 PST 2019


After experimenting with my cmake invocation a bit, it seems that I
ran into this problem initially because I included
`-DLLVM_TARGETS_TO_BUILD="ARM;X86;AArch64"` as a cmake argument.
Removing this and rebuilding fixes my problem, but I'm not sure why
this works still since according to the docs, the default value for
this is all targets.

On Thu, Jan 31, 2019 at 10:16 AM Leonard Chan <leonardchan at google.com> wrote:
>
> Hi all,
>
> I merged from the monorepo master this morning and ran all tests and
> noticed that llvm/test/tools/llvm-nm/libtool-response-file.test was
> failing due to running out of memory. The test in particular just runs
> `llvm-nm --help` and running this prints the help info followed by
> endless whitespace.
>
> Has anyone else ran into this?
>
> Thanks,
> Leonard


More information about the llvm-dev mailing list