Hi,
When I try to build busybox with clang, I got some errors on ash at
runtime.
https://bugs.chromium.org/p/chromium/issues/detail?id=659834
It seems that root cause is clang adds the attribute __noreturn__ to
the function evaltree.
Can we fix this to make it build with clang? I can provide a patch to
remove
the attribute __noreturn__ from evaltreenr if the compiler is clang.
Does that sounds a reasonable fix?
Thanks
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox