[cfe-commits] r171384 - /cfe/trunk/docs/LibTooling.rst
Sean Silva
silvas at purdue.edu
Wed Jan 2 05:25:05 PST 2013
Author: silvas
Date: Wed Jan 2 07:25:05 2013
New Revision: 171384
URL: http://llvm.org/viewvc/llvm-project?rev=171384&view=rev
Log:
docs: `3.2` -> `3.3`
Modified:
cfe/trunk/docs/LibTooling.rst
Modified: cfe/trunk/docs/LibTooling.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LibTooling.rst?rev=171384&r1=171383&r2=171384&view=diff
==============================================================================
--- cfe/trunk/docs/LibTooling.rst (original)
+++ cfe/trunk/docs/LibTooling.rst Wed Jan 2 07:25:05 2013
@@ -173,7 +173,7 @@
Clang tools need their builtin headers and search for them the same way Clang
does. Thus, the default location to look for builtin headers is in a path
-``$(dirname /path/to/tool)/../lib/clang/3.2/include`` relative to the tool
+``$(dirname /path/to/tool)/../lib/clang/3.3/include`` relative to the tool
binary. This works out-of-the-box for tools running from llvm's toplevel
binary directory after building clang-headers, or if the tool is running from
the binary directory of a clang install next to the clang binary.
More information about the cfe-commits
mailing list