Message ID | 20171010091559.28894-1-wei.liu2@citrix.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 10/10/17 4:15 AM, Wei Liu wrote: > The stock compiler in travis doesn't support -fsanitize=undefined. > > Signed-off-by: Wei Liu <wei.liu2@citrix.com> > --- > Cc: Doug Goldstein <cardoe@cardoe.com> > --- > xen/tools/kconfig/allrandom.config | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/xen/tools/kconfig/allrandom.config b/xen/tools/kconfig/allrandom.config > index c7753ac4ad..76f74320b5 100644 > --- a/xen/tools/kconfig/allrandom.config > +++ b/xen/tools/kconfig/allrandom.config > @@ -1,3 +1,4 @@ > # Explicit option choices not subject to regular RANDCONFIG > > CONFIG_GCOV_FORMAT_AUTODETECT=y > +CONFIG_UBSAN=n > Reviewed-by: Doug Goldstein <cardoe@cardoe.com>
diff --git a/xen/tools/kconfig/allrandom.config b/xen/tools/kconfig/allrandom.config index c7753ac4ad..76f74320b5 100644 --- a/xen/tools/kconfig/allrandom.config +++ b/xen/tools/kconfig/allrandom.config @@ -1,3 +1,4 @@ # Explicit option choices not subject to regular RANDCONFIG CONFIG_GCOV_FORMAT_AUTODETECT=y +CONFIG_UBSAN=n
The stock compiler in travis doesn't support -fsanitize=undefined. Signed-off-by: Wei Liu <wei.liu2@citrix.com> --- Cc: Doug Goldstein <cardoe@cardoe.com> --- xen/tools/kconfig/allrandom.config | 1 + 1 file changed, 1 insertion(+)