Skip to content

Commit

Permalink
llvm: remove bogus paxmarks
Browse files Browse the repository at this point in the history
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 6648b04
  • Loading branch information
joachifm committed May 28, 2016
1 parent 6648b04 commit 2fe8a98
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions pkgs/development/compilers/llvm/3.6/llvm.nix
Expand Up @@ -57,10 +57,6 @@ in stdenv.mkDerivation rec {
rm -fR $out
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;
Expand Down
4 changes: 0 additions & 4 deletions pkgs/development/compilers/llvm/3.7/llvm.nix
Expand Up @@ -62,10 +62,6 @@ in stdenv.mkDerivation rec {
rm -fR $out
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;
Expand Down
4 changes: 0 additions & 4 deletions pkgs/development/compilers/llvm/3.8/llvm.nix
Expand Up @@ -67,10 +67,6 @@ in stdenv.mkDerivation rec {
rm -fR $out
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;
Expand Down

0 comments on commit 2fe8a98

Please sign in to comment.