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

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 22 13:49:01 PST 2019


davide updated this revision to Diff 182976.
davide added a comment.

Update the wording.


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

https://reviews.llvm.org/D56337

Files:
  llvm/docs/TestingGuide.rst


Index: llvm/docs/TestingGuide.rst
===================================================================
--- llvm/docs/TestingGuide.rst
+++ llvm/docs/TestingGuide.rst
@@ -107,6 +107,13 @@
 
     % make check-llvm
 
+In order to get reasonable testing performance, build LLVM and subprojects
+in release mode, i.e.
+
+.. code-block:: bash
+
+    % cmake -DCMAKE_BUILD_TYPE="Release"
+
 If you have `Clang <http://clang.llvm.org/>`_ checked out and built, you
 can run the LLVM and Clang tests simultaneously using:
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56337.182976.patch
Type: text/x-patch
Size: 513 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190122/9aacdbf4/attachment.bin>


More information about the llvm-commits mailing list