Merge "Enable ubsan check flag in build"
This commit is contained in:
commit
adc0e17019
1 changed files with 0 additions and 3 deletions
|
@ -285,9 +285,6 @@ func (sanitize *sanitize) flags(ctx ModuleContext, flags Flags) Flags {
|
|||
|
||||
if Bool(sanitize.Properties.Sanitize.All_undefined) {
|
||||
sanitizers = append(sanitizers, "undefined")
|
||||
if ctx.Device() {
|
||||
ctx.ModuleErrorf("ubsan is not yet supported on the device")
|
||||
}
|
||||
} else {
|
||||
if Bool(sanitize.Properties.Sanitize.Undefined) {
|
||||
sanitizers = append(sanitizers,
|
||||
|
|
Loading…
Reference in a new issue