diff options
author | Vedant Kumar <vsk@apple.com> | 2018-07-12 19:53:15 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2018-07-12 19:53:15 +0000 |
commit | ee5406e83cada6ece6c02d82860febe7353d88dc (patch) | |
tree | b9e9abb66a372c4cd2b21c3d2cdde98bc0275ad8 /lldb/source/Plugins/ScriptInterpreter/Python | |
parent | d5cd7ce743f7c05abdba3901d4c655fcff98e4d0 (diff) | |
download | bcm5719-llvm-ee5406e83cada6ece6c02d82860febe7353d88dc.tar.gz bcm5719-llvm-ee5406e83cada6ece6c02d82860febe7353d88dc.zip |
[Driver] Conform warn_drv_object_size_disabled_O0 to DefaultWarnNoError
This diagnostic triggers when -fsanitize=object-size is explicitly
specified but will be a no-op (i.e, at -O0).
This diagnostic should not fail a -Werror build because it's just an
explanatory note to the user. It's not always actionable.
For example, a user may not be able to simply disable object-size,
because they want it enabled in optimized builds.
rdar://42128447
llvm-svn: 336937
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions