[llvm-bugs] [Bug 40132] New: Categories in blacklist do not work
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Dec 21 09:45:34 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=40132
Bug ID: 40132
Summary: Categories in blacklist do not work
Product: compiler-rt
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: ubsan
Assignee: unassignedbugs at nondot.org
Reporter: antoshkka at gmail.com
CC: llvm-bugs at lists.llvm.org
We've attemted to manually run the misaligned test from
test/ubsan/TestCases/TypeCheck/misaligned.cpp with the following compiler
options `-fsanitize=undefined -fsanitize-blacklist=file.txt -O0 -g`.
Content of the file.txt is the following
src:*=alignment
The suppression did not work. Replacing =alignment with =undefined did not
help. Only removing the =alignment helped, which is not nice because we wished
to suppress only a single category of errors.
--
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/20181221/4e2805e9/attachment.html>
More information about the llvm-bugs
mailing list