[llvm] r245856 - [docs][PerformanceTips] Point people towards llvm-dev
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 24 10:46:11 PDT 2015
Author: reames
Date: Mon Aug 24 12:46:11 2015
New Revision: 245856
URL: http://llvm.org/viewvc/llvm-project?rev=245856&view=rev
Log:
[docs][PerformanceTips] Point people towards llvm-dev
Modified:
llvm/trunk/docs/Frontend/PerformanceTips.rst
Modified: llvm/trunk/docs/Frontend/PerformanceTips.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Frontend/PerformanceTips.rst?rev=245856&r1=245855&r2=245856&view=diff
==============================================================================
--- llvm/trunk/docs/Frontend/PerformanceTips.rst (original)
+++ llvm/trunk/docs/Frontend/PerformanceTips.rst Mon Aug 24 12:46:11 2015
@@ -216,6 +216,13 @@ relatively common and are generally well
need to ensure that your proposal is sufficiently general so that it benefits
others if you wish to contribute it upstream.
+You should also consider describing the problem you're facing on `llvm-dev
+<http://lists.llvm.org/mailman/listinfo/llvm-dev>`_ and asking for advice.
+It's entirely possible someone has encountered your problem before and can
+give good advice. If there are multiple interested parties, that also
+increases the chances that a metadata extension would be well received by the
+community as a whole.
+
Adding to this document
=======================
More information about the llvm-commits
mailing list