From 2fe8a98244031a8d7b18c854da8dcb11a901cfeb Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Sat, 28 May 2016 19:43:27 +0200 Subject: [PATCH] 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 --- pkgs/development/compilers/llvm/3.6/llvm.nix | 4 ---- pkgs/development/compilers/llvm/3.7/llvm.nix | 4 ---- pkgs/development/compilers/llvm/3.8/llvm.nix | 4 ---- 3 files changed, 12 deletions(-) diff --git a/pkgs/development/compilers/llvm/3.6/llvm.nix b/pkgs/development/compilers/llvm/3.6/llvm.nix index 5941d78835657c..54de4b200f3084 100644 --- a/pkgs/development/compilers/llvm/3.6/llvm.nix +++ b/pkgs/development/compilers/llvm/3.6/llvm.nix @@ -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; diff --git a/pkgs/development/compilers/llvm/3.7/llvm.nix b/pkgs/development/compilers/llvm/3.7/llvm.nix index 3a7829eca6dfe1..cc65c69927c5fd 100644 --- a/pkgs/development/compilers/llvm/3.7/llvm.nix +++ b/pkgs/development/compilers/llvm/3.7/llvm.nix @@ -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; diff --git a/pkgs/development/compilers/llvm/3.8/llvm.nix b/pkgs/development/compilers/llvm/3.8/llvm.nix index ef929dec68ba1b..fb826648032664 100644 --- a/pkgs/development/compilers/llvm/3.8/llvm.nix +++ b/pkgs/development/compilers/llvm/3.8/llvm.nix @@ -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;