summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2013-09-02 14:21:12 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2013-09-02 14:21:12 +0000
commitbbca4903c4620f0de83bd2ba33293f2fe6ab394b (patch)
treecacd5cce2198a0ab6bd66abbdff2328be1d28052 /compiler-rt/lib
parent47aeab5cbe887f4dd0b87eae9674ac5a32c4402a (diff)
downloadbcm5719-llvm-bbca4903c4620f0de83bd2ba33293f2fe6ab394b.tar.gz
bcm5719-llvm-bbca4903c4620f0de83bd2ba33293f2fe6ab394b.zip
[msan] Update MSanDR build instructions.
llvm-svn: 189760
Diffstat (limited to 'compiler-rt/lib')
-rw-r--r--compiler-rt/lib/msandr/README.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler-rt/lib/msandr/README.txt b/compiler-rt/lib/msandr/README.txt
index b328910c53b..a9753a818b9 100644
--- a/compiler-rt/lib/msandr/README.txt
+++ b/compiler-rt/lib/msandr/README.txt
@@ -6,7 +6,8 @@ Building:
(svn co https://dynamorio.googlecode.com/svn/trunk dr && \
cd dr && mkdir build && cd build && \
cmake -DDR_EXT_DRMGR_STATIC=ON -DDR_EXT_DRSYMS_STATIC=ON \
- -DDR_EXT_DRUTIL_STATIC=ON -DDR_EXT_DRWRAP_STATIC=ON .. && \
+ -DDR_EXT_DRUTIL_STATIC=ON -DDR_EXT_DRWRAP_STATIC=ON \
+ -DDR_EXT_DRX_STATIC=ON .. && \
make -j10 && make install)
2. Download and build DrMemory (for DrSyscall extension)
OpenPOWER on IntegriCloud