diff options
Diffstat (limited to 'compiler-rt/lib')
| -rw-r--r-- | compiler-rt/lib/msandr/README.txt | 3 |
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) |

