[PATCH] D56337: [ADT] Remove attribute LLVM_ALWAYS_INLINE from several classes.
Jonas Devlieghere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 4 15:48:53 PST 2019
JDevlieghere added inline comments.
================
Comment at: llvm/docs/TestingGuide.rst:110
+In order to get reasonable test performances, build LLVM and subprojects
+with at least ``-O2``, i.e.
----------------
Should we rephrase this in a way that makes it clear that you don't always have to set the CMake flag, e.g. in release? Maybe something like `build ... in release or at least with -O2"?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56337/new/
https://reviews.llvm.org/D56337
More information about the llvm-commits
mailing list