diff --git a/pkgs/development/compilers/llvm/common/llvm/default.nix b/pkgs/development/compilers/llvm/common/llvm/default.nix index 519de80c8f8e..2a8f8f169eab 100644 --- a/pkgs/development/compilers/llvm/common/llvm/default.nix +++ b/pkgs/development/compilers/llvm/common/llvm/default.nix @@ -519,6 +519,14 @@ stdenv.mkDerivation ( # Fails in sandbox substituteInPlace unittests/Support/LockFileManagerTest.cpp --replace-fail "Basic" "DISABLED_Basic" '' + + + # https://github.com/llvm/llvm-project/issues/149616 + optionalString stdenv.hostPlatform.isLoongArch64 '' + substituteInPlace unittests/tools/llvm-exegesis/X86/SnippetRepetitorTest.cpp \ + --replace-fail \ + "TEST_F(X86SnippetRepetitorTest, Loop)" \ + "TEST_F(X86SnippetRepetitorTest, DISABLED_Loop)" + '' + '' patchShebangs test/BugPoint/compile-custom.ll.py ''