Issue 100853
Summary [nsan] Make NSAN_OPTIONS consistent
Labels compiler-rt:nsan
Assignees
Reporter alexander-shaposhnikov
    https://github.com/llvm/llvm-project/blob/main/compiler-rt/lib/nsan/nsan_flags.inc
Currently we have
`log2_max_relative_error`
`log2_absolute_error_threshold`.

It would be better to make naming consistent and also fix the semantics of these options
(the names are actually misleading).

The proposed new names:
`log2_max_relative_error`
`log2_max_absolute_error`
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to