[llvm-bugs] [Bug 27303] New: sanitizer LangOpts not checked when checking for incompatible module files
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Apr 8 18:48:07 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=27303
Bug ID: 27303
Summary: sanitizer LangOpts not checked when checking for
incompatible module files
Product: clang
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Modules
Assignee: unassignedclangbugs at nondot.org
Reporter: richard-llvm at metafoo.co.uk
CC: dgregor at apple.com, llvm-bugs at lists.llvm.org
Classification: Unclassified
We don't check whether the sanitizer LangOpts have changed when checking
whether a module file is out of date. Some of these options can affect the
interpretation of source code, because they impact the behaviour of
__has_feature(foo_sanitizer).
--
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/20160409/e4ba9fcc/attachment.html>
More information about the llvm-bugs
mailing list