[PATCH] D56337: [ADT] Remove attribute LLVM_ALWAYS_INLINE from several classes.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 7 09:29:41 PST 2019


aprantl added inline comments.


================
Comment at: llvm/docs/TestingGuide.rst:115
+
+    % cmake -DCMAKE_C_FLAGS="-O2" -DCMAKE_CXX_FLAGS="-O2"
+
----------------
Do people manually tune their -O flags? Wouldn't it be more straightforward to just recommend to build/run the tests in `-DCMAKE_BUILD_TYPE=Release` or RelWithDebInfo mode?


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

https://reviews.llvm.org/D56337





More information about the llvm-commits mailing list