[PATCH] D68472: [test] Depend on C.UTF-8 dependency for mri-utf8.test
Thomas Preud'homme via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 4 12:48:25 PDT 2019
thopre added a comment.
In D68472#1695093 <https://reviews.llvm.org/D68472#1695093>, @hubert.reinterpretcast wrote:
> There's an `en_US.UTF-8` on "my" AIX box and an `en_US.utf8` on "my" RHEL 7 box. There's no "C" UTF-8 locale anywhere in sight.
I believe that's because it is a builtin locale (much like the C locale). There wasn't one in /usr/share/locale on the Ubuntu docker image I've tested this but it did work while trying with en_US.UTF-8 did not.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68472/new/
https://reviews.llvm.org/D68472
More information about the llvm-commits
mailing list