llvm: remove bogus paxmarks
Refers to non-existent files; see e.g., https://hydra.nixos.org/build/36359717/nixlog/1/raw Likely a copy-paste error that has gone unnoticed because paxmark didn't do anything, but breaks after 6648b04381b8fefb704824f5db898813f22dafbb
This commit is contained in:
parent
6648b04381
commit
2fe8a98244
@ -57,10 +57,6 @@ in stdenv.mkDerivation rec {
|
|||||||
rm -fR $out
|
rm -fR $out
|
||||||
|
|
||||||
paxmark m bin/{lli,llvm-rtdyld}
|
paxmark m bin/{lli,llvm-rtdyld}
|
||||||
|
|
||||||
paxmark m unittests/ExecutionEngine/JIT/JITTests
|
|
||||||
paxmark m unittests/ExecutionEngine/MCJIT/MCJITTests
|
|
||||||
paxmark m unittests/Support/SupportTests
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
@ -62,10 +62,6 @@ in stdenv.mkDerivation rec {
|
|||||||
rm -fR $out
|
rm -fR $out
|
||||||
|
|
||||||
paxmark m bin/{lli,llvm-rtdyld}
|
paxmark m bin/{lli,llvm-rtdyld}
|
||||||
|
|
||||||
paxmark m unittests/ExecutionEngine/JIT/JITTests
|
|
||||||
paxmark m unittests/ExecutionEngine/MCJIT/MCJITTests
|
|
||||||
paxmark m unittests/Support/SupportTests
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
@ -67,10 +67,6 @@ in stdenv.mkDerivation rec {
|
|||||||
rm -fR $out
|
rm -fR $out
|
||||||
|
|
||||||
paxmark m bin/{lli,llvm-rtdyld}
|
paxmark m bin/{lli,llvm-rtdyld}
|
||||||
|
|
||||||
paxmark m unittests/ExecutionEngine/JIT/JITTests
|
|
||||||
paxmark m unittests/ExecutionEngine/MCJIT/MCJITTests
|
|
||||||
paxmark m unittests/Support/SupportTests
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user