[llvm-bugs] [Bug 50166] New: ubsan doesn't honour exitcode

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Apr 29 02:36:46 PDT 2021


https://bugs.llvm.org/show_bug.cgi?id=50166

            Bug ID: 50166
           Summary: ubsan doesn't honour exitcode
           Product: compiler-rt
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: ubsan
          Assignee: unassignedbugs at nondot.org
          Reporter: christian.morales.vega at gmail.com
                CC: llvm-bugs at lists.llvm.org

sanitizer_common/sanitizer_flags.inc defines the "exitcode" option.

AFAICS it's honoured by all the sanitizers except ubsan. All the sanitizers
also seem to set it to some !=0 default value in a InitializeFlags() function,
except ubsan.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210429/746fa562/attachment.html>


More information about the llvm-bugs mailing list