diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2018-08-20 16:58:03 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2018-08-20 16:58:03 +0200 |
| commit | 84d7add2e7d3367a110a92b8f76f19b75b3c2dec (patch) | |
| tree | a29f1490202fb8918fec261791eb65ee1b7b524a /common_targets.py | |
| parent | 46f24b9479f65ebd0193876c0584aecda6bcbd08 (diff) | |
| download | allocbench-84d7add2e7d3367a110a92b8f76f19b75b3c2dec.tar.gz allocbench-84d7add2e7d3367a110a92b8f76f19b75b3c2dec.zip | |
fix chattymalloc target for new target layout
Diffstat (limited to 'common_targets.py')
| -rw-r--r-- | common_targets.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/common_targets.py b/common_targets.py index c17ab70..b793a6f 100644 --- a/common_targets.py +++ b/common_targets.py @@ -30,4 +30,8 @@ common_targets = {"klmalloc" : { }, } -analyse_targets = {"chattymalloc" : {"LD_PRELOAD" : "build/chattymalloc.so"}} +analyse_targets = {"chattymalloc" : {"cmd_prefix" : "", + "binary_suffix" : "", + "LD_PRELOAD" : "build/chattymalloc.so" + } + } |
