[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:52:55 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL351885: [Docs] Add a note clarifying how to get good test performances. (authored by davide, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D56337?vs=182976&id=182978#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D56337

Files:
  llvm/trunk/docs/TestingGuide.rst


Index: llvm/trunk/docs/TestingGuide.rst
===================================================================
--- llvm/trunk/docs/TestingGuide.rst
+++ llvm/trunk/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.182978.patch
Type: text/x-patch
Size: 531 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190122/b038f2ce/attachment.bin>


More information about the llvm-commits mailing list