[compiler-rt] r189760 - [msan] Update MSanDR build instructions.

Evgeniy Stepanov eugeni.stepanov at gmail.com
Mon Sep 2 07:21:12 PDT 2013


Author: eugenis
Date: Mon Sep  2 09:21:12 2013
New Revision: 189760

URL: http://llvm.org/viewvc/llvm-project?rev=189760&view=rev
Log:
[msan] Update MSanDR build instructions.

Modified:
    compiler-rt/trunk/lib/msandr/README.txt

Modified: compiler-rt/trunk/lib/msandr/README.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/msandr/README.txt?rev=189760&r1=189759&r2=189760&view=diff
==============================================================================
--- compiler-rt/trunk/lib/msandr/README.txt (original)
+++ compiler-rt/trunk/lib/msandr/README.txt Mon Sep  2 09:21:12 2013
@@ -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)





More information about the llvm-commits mailing list