diff options
| author | Duncan Sands <baldrick@free.fr> | 2010-07-08 08:27:18 +0000 |
|---|---|---|
| committer | Duncan Sands <baldrick@free.fr> | 2010-07-08 08:27:18 +0000 |
| commit | 1567f0fa7e40d5e6cd7cfeea8de72079f1e98792 (patch) | |
| tree | 22c4a19d31865bd133a79042411987a6355f538a /llvm/docs/GettingStarted.html | |
| parent | e79625321785cb9b0c54049d8ec0b381e7fa52f1 (diff) | |
| download | bcm5719-llvm-1567f0fa7e40d5e6cd7cfeea8de72079f1e98792.tar.gz bcm5719-llvm-1567f0fa7e40d5e6cd7cfeea8de72079f1e98792.zip | |
Tweak some docs now that the default build is called Debug+Asserts.
llvm-svn: 107862
Diffstat (limited to 'llvm/docs/GettingStarted.html')
| -rw-r--r-- | llvm/docs/GettingStarted.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index e9673ab1600..b75b1c654a6 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/docs/GettingStarted.html @@ -1137,13 +1137,13 @@ platforms or configurations using the same source tree.</p> named after the build type:</p> <dl> - <dt>Debug Builds + <dt>Debug Builds with assertions enabled (the default) <dd> <dl> <dt>Tools - <dd><tt><i>OBJ_ROOT</i>/Debug/bin</tt> + <dd><tt><i>OBJ_ROOT</i>/Debug+Asserts/bin</tt> <dt>Libraries - <dd><tt><i>OBJ_ROOT</i>/Debug/lib</tt> + <dd><tt><i>OBJ_ROOT</i>/Debug+Asserts/lib</tt> </dl> <br><br> |

