summaryrefslogtreecommitdiff
path: root/docs/Frontend
diff options
context:
space:
mode:
authorPhilip Reames <listmail@philipreames.com>2015-08-24 17:46:11 +0000
committerPhilip Reames <listmail@philipreames.com>2015-08-24 17:46:11 +0000
commitac704fe134067a946db56d9bc1730221617d0227 (patch)
treef2f844c95bea6f8693d6f06bb0f75afd28648880 /docs/Frontend
parent047904e858cad10493d8c7f7eaa8414996e8013c (diff)
[docs][PerformanceTips] Point people towards llvm-dev
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245856 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Frontend')
-rw-r--r--docs/Frontend/PerformanceTips.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/Frontend/PerformanceTips.rst b/docs/Frontend/PerformanceTips.rst
index 596eb396da2..27d0c430cdb 100644
--- a/docs/Frontend/PerformanceTips.rst
+++ b/docs/Frontend/PerformanceTips.rst
@@ -216,6 +216,13 @@ relatively common and are generally well received by the community. You will
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
=======================