llvm_9: fix utf8 test by using builtin locale C.UTF-8
This commit is contained in:
parent
f52b3afc8d
commit
74b529b43e
@ -77,6 +77,10 @@ in stdenv.mkDerivation (rec {
|
|||||||
rm test/CodeGen/AArch64/wineh4.mir
|
rm test/CodeGen/AArch64/wineh4.mir
|
||||||
'' + ''
|
'' + ''
|
||||||
patchShebangs test/BugPoint/compile-custom.ll.py
|
patchShebangs test/BugPoint/compile-custom.ll.py
|
||||||
|
|
||||||
|
# Fix test so that no extra locale files are needed
|
||||||
|
substituteInPlace test/tools/llvm-ar/mri-utf8.test \
|
||||||
|
--replace en_US.UTF-8 C.UTF-8
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# hacky fix: created binaries need to be run before installation
|
# hacky fix: created binaries need to be run before installation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user