From 36b56886974eae4f9c5ebc96befd3e7bfe5de338 Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Wed, 23 Apr 2014 16:57:46 -0700 Subject: Update to LLVM 3.5a. Change-Id: Ifadecab779f128e62e430c2b4f6ddd84953ed617 --- docs/ProgrammersManual.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/ProgrammersManual.rst') diff --git a/docs/ProgrammersManual.rst b/docs/ProgrammersManual.rst index 99aa5c7..9f388cc 100644 --- a/docs/ProgrammersManual.rst +++ b/docs/ProgrammersManual.rst @@ -475,8 +475,8 @@ these functions in your code in places you want to debug. Getting this to work requires a small amount of configuration. On Unix systems with X11, install the `graphviz `_ toolkit, and make -sure 'dot' and 'gv' are in your path. If you are running on Mac OS/X, download -and install the Mac OS/X `Graphviz program +sure 'dot' and 'gv' are in your path. If you are running on Mac OS X, download +and install the Mac OS X `Graphviz program `_ and add ``/Applications/Graphviz.app/Contents/MacOS/`` (or wherever you install it) to your path. Once in your system and path are set up, rerun the LLVM configure @@ -1318,7 +1318,7 @@ type used. .. _dss_valuemap: -llvm/ADT/ValueMap.h +llvm/IR/ValueMap.h ^^^^^^^^^^^^^^^^^^^ ValueMap is a wrapper around a :ref:`DenseMap ` mapping -- cgit v1.1