My application parses the output of compute-sanitizer (saved in a log file) and I find it annoying to have to strip out the “========” prefix. I’d like to specify the empty string as the prefix, but compute-sanitizer does not accept --prefix=“”. So I’m requesting that the --prefix option be modified to accept the empty string as an argument.
Hi, @aland1
Please use --prefix “” instead of --prefix=“”
That does not work either: “the required argument for option ‘–prefix’ is missing”
This works in our internal test.
Which version compute-sanitizer are you using ? And please also paste the full command you use.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.