[PATCH] D30904: Allow suppressing host and target info in VersionPrinter
Peter Ammon via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 21 15:09:10 PDT 2017
pammon added a comment.
Are the changes in `config.h.cmake` not sufficient to enable setting this variable? I was able to set the variable in my tests by invoke cmake with `-DLLVM_VERSION_PRINTER_NO_HOST_TARGET_INFO=1`.
I'm not proposing this be set by default. This is something that clients would need to opt into, via the cmake option above.
Repository:
rL LLVM
https://reviews.llvm.org/D30904
More information about the llvm-commits
mailing list