clang/llvm 9 fix - do not eliminate a store to a fake "const"
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 25 Oct 2019 10:12:22 +0000 (12:12 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 25 Oct 2019 10:12:22 +0000 (12:12 +0200)
commitaf7169b4a70eb3f60555ced17a40780f70aaaa5c
tree1633c3306b7d538fb44b12d27ec299e8db0f35fa
parente1a7c97ac640701973eea000007fc8b9f9dd7126
clang/llvm 9 fix - do not eliminate a store to a fake "const"

This is *much* better (9 kbytes better) than dropping "*const"
optimization trick.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/test.c
include/libbb.h
libbb/appletlib.c
libbb/lineedit.c
shell/ash.c