aboutsummaryrefslogtreecommitdiff
path: root/openmp/www
diff options
context:
space:
mode:
authorJonas Hahnfeld <hahnjo@hahnjo.de>2017-11-29 19:31:43 +0000
committerJonas Hahnfeld <hahnjo@hahnjo.de>2017-11-29 19:31:43 +0000
commit3e921d3c52542b3284c4bd0ef29a70511d38c79c (patch)
tree3412f2c49c232d23762474e53ea86e92affd64a7 /openmp/www
parent85082013e69a22e40f3aa08417f2934974025eab (diff)
downloadllvm-3e921d3c52542b3284c4bd0ef29a70511d38c79c.zip
llvm-3e921d3c52542b3284c4bd0ef29a70511d38c79c.tar.gz
llvm-3e921d3c52542b3284c4bd0ef29a70511d38c79c.tar.bz2
[CMake] Disallow direct configuration
As a first step, this allows us to generalize the detection of standalone builds and make it fully compatible when building in llvm/runtimes/ which automatically sets OPENMP_STANDLONE_BUILD. Differential Revision: https://reviews.llvm.org/D40080 llvm-svn: 319341
Diffstat (limited to 'openmp/www')
-rw-r--r--openmp/www/README.txt2
-rw-r--r--openmp/www/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/openmp/www/README.txt b/openmp/www/README.txt
index 3060653..5c1527e 100644
--- a/openmp/www/README.txt
+++ b/openmp/www/README.txt
@@ -36,7 +36,7 @@ Out-of-tree build:
$ cd where-you-want-to-live
Check out openmp
-$ cd where-you-want-to-live/openmp/runtime
+$ cd where-you-want-to-live/openmp
$ mkdir build && cd build
$ cmake path/to/openmp -DCMAKE_C_COMPILER=<C compiler> -DCMAKE_CXX_COMPILER=<C++ compiler>
$ make
diff --git a/openmp/www/index.html b/openmp/www/index.html
index 36c3e0b..aa6858e 100644
--- a/openmp/www/index.html
+++ b/openmp/www/index.html
@@ -183,7 +183,7 @@
<ul>
<li><code>cd where-you-want-to-live</code></li>
<li>Check out openmp</li>
- <li><code>cd where-you-want-to-live/openmp/runtime</code></li>
+ <li><code>cd where-you-want-to-live/openmp</code></li>
<li><code>mkdir build &amp;&amp; cd build</code></li>
<li><code>cmake path/to/openmp -DCMAKE_C_COMPILER=&lt;C compiler&gt; -DCMAKE_CXX_COMPILER=&lt;C++ compiler&gt;</code></li>
<li><code>make</code></li>