diff options
| author | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2013-09-02 14:21:12 +0000 |
|---|---|---|
| committer | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2013-09-02 14:21:12 +0000 |
| commit | bbca4903c4620f0de83bd2ba33293f2fe6ab394b (patch) | |
| tree | cacd5cce2198a0ab6bd66abbdff2328be1d28052 /compiler-rt/lib | |
| parent | 47aeab5cbe887f4dd0b87eae9674ac5a32c4402a (diff) | |
| download | bcm5719-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.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) |

