nixpkgs/pkgs/development/compilers
Jörg Thalheim b6bacc4bb2 llvmPackage_{3.4,3.5,3.7,3.8,3.9}: fix output of llvm-config
llvm-config is a tool to output compile and linker flags, when compiling against llvm.

The tool however outputs static library names despite libllvm is build
as shared library on nixos. This was fixed for llvm 3.4, 3.5 and 3.7.

For llvm 3.8 and 3.9 it printed the library extension twice (.so.so).
This was fixed in 4.0 and the patch is backported to 3.8 and 3.9 in
this pull request.

```
$ for i in 34 35 37 38 39; do echo "\nllvm-$i"; nix-shell -p llvmPackages_$i.llvm --run 'llvm-config --libnames'; done

llvm-34
libLLVMInstrumentation.so libLLVMIRReader.so libLLVMAsmParser.so
...

llvm-35
libLLVMLTO.so libLLVMObjCARCOpts.so libLLVMLinker.so libLLVMipo.so
...

llvm-37
libLLVMLTO.so libLLVMObjCARCOpts.so libLLVMLinker.so libLLVMBitWriter.so
...

llvm-38
libLLVM-3.8.1.so

llvm-39
libLLVM-3.9.so
```

fixes #26713
2017-06-20 10:22:06 +01:00
..
abcl abcl: init at 1.4.0 2016-12-13 16:25:24 +01:00
adobe-flex-sdk treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
aldor aldor: mark as broken 2016-06-25 14:24:52 +01:00
aliceml aliceml: mark as broken 2017-03-30 13:52:23 +02:00
arachne-pnr nixpkgs: arachne-pnr 2016.05.21 -> 2016.08.18 2016-08-19 01:55:13 +00:00
arm-frc-linux-gnueabi-gcc arm-frc-linux-gnueabi-gcc: init at 4.9.4 2017-04-09 01:06:34 +02:00
as31 as31: Apply Debian patch for CVE-2012-0808 (#18904) 2016-09-24 03:54:52 +02:00
asn1c asn1c: 0.9.27 -> 0.9.28 2017-05-07 11:50:47 +02:00
aspectj aspectj: use sha256 hash 2017-01-24 16:41:21 +00:00
ats
ats2 Postiats version 0.3.0 2017-01-21 13:38:35 -05:00
avian avian: init at 1.2.0 2016-06-03 21:29:50 -06:00
avra
bigloo treewide: fixup packages with RPATH problems 2017-05-16 18:30:58 +02:00
binaryen binaryen: 32 -> 33 2017-06-05 15:28:14 +02:00
boo treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
bupc added berkeley upc 2016-05-06 10:06:08 +01:00
ccl ccl: fix hash 2016-08-23 18:28:38 +02:00
chez Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
chicken chicken: 4.10.0 -> 4.11.0 2016-06-26 11:14:34 +02:00
clean
closure closurecompiler: 20160208 -> 20170218 2017-03-11 12:37:05 -05:00
cmdstan treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
cmucl cmucl: 21a -> 21b 2017-04-21 00:32:02 +02:00
colm colm: 0.13.0.4 -> 0.13.0.5 2017-05-29 11:32:58 +02:00
compcert compcert: 2.7.1 -> 3.0.1 2017-02-20 20:09:53 +00:00
coreclr coreclr: mark broken 2017-03-12 21:32:27 +00:00
crystal crystal: 0.21.0 -> 0.22.0 2017-04-23 03:01:17 +08:00
cudatoolkit cudatoolkit: remove OpenCL library 2017-02-28 17:22:06 +03:00
dale dale: 20170419 -> 20170519 2017-05-19 11:39:06 +00:00
dev86 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-08-03 13:34:44 +00:00
dmd dmd: fixup build with glibc-2.25 2017-02-21 18:20:06 +01:00
dtc dtc: 1.4.2 -> 1.4.4 2017-04-09 21:48:25 +03:00
ecl ecl_16_1_2: init at 16.1.2; reinstating for Maxima 2017-01-03 18:06:47 +01:00
edk2 edk2: use python2 2016-10-18 23:16:04 +02:00
elm elm-format: symlink latest version to bin/elm-format (#24971) 2017-04-17 18:41:29 +02:00
emscripten emscripten, emscriptenfastcomp: 1.37.10 -> 1.37.13 2017-06-05 15:28:35 +02:00
emscripten-fastcomp emscripten, emscriptenfastcomp: 1.37.10 -> 1.37.13 2017-06-05 15:28:35 +02:00
eql Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
factor-lang treewide: Fix output references to ncurses 2016-08-23 04:53:24 +03:00
fpc treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
fsharp fsharp: enable on Darwin 2017-03-08 23:39:56 -05:00
fsharp41 fsharp: 4.0.1.1 -> 4.1.7 2017-04-17 10:39:38 +02:00
fstar fstar: fix build on darwin 2017-05-30 17:08:47 +00:00
gambit gambit: 4.8.5 -> 4.8.6 2017-06-03 12:08:49 +01:00
gcc gcc 7: Remove cross arguments and don't use stdenv.is* 2017-06-08 14:08:31 -04:00
gcc-arm-embedded treewide: Use makeLibraryPath in 'patchelf --set-rpath' calls 2016-08-23 00:04:39 +03:00
gcl gcl_2_6_13_pre: init at 2.6.13pre50. GCL hasn't had releases for a long time, but there are relatively regular prereleases 2017-01-03 18:06:46 +01:00
gerbil gerbil: 0.10 -> 0.11 2017-06-16 10:07:14 +02:00
gforth
ghc ghcHEAD: Split docs into their own output 2017-06-17 15:13:43 -04:00
ghcjs ghcjsHEAD: bump git revision 2017-06-05 20:01:26 +02:00
ghdl ghdl: use fetchFromGitHub 2016-09-20 14:15:52 +02:00
glslang vulkan-loader: 1.0.39.1 -> 1.0.42.2 2017-04-01 12:28:59 -07:00
gnatboot
gnu-cobol gnu-cobol: init at 2.0rc-2 2017-05-09 19:03:41 +09:00
gnu-smalltalk treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
go go: disable tests on arm 2017-05-26 21:35:27 +02:00
gprolog Merge remote-tracking branch 'origin/master' into hardened-stdenv 2016-05-18 17:10:02 +02:00
gwt treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
halvm halvm: set proper meta.platforms 2017-04-25 16:08:43 +02:00
haxe haxe: 3.2.1 -> 3.4.2 2017-05-06 00:41:43 +08:00
hhvm hhvm: fix location of include files in $out 2017-03-06 12:26:54 +01:00
hop
iasl iasl: 20130117 -> 20170303 2017-05-31 01:09:59 +02:00
icedtea-web
inform7 inform7: init at 6M62 2016-12-04 17:22:54 -06:00
intercal
ios-cross-compile
ispc ispc: fix build 2017-03-13 12:07:48 +01:00
jhc jhc: Use the cc that's in scope when building 2016-10-24 15:28:08 -07:00
jikes jikes: use sha256 hash 2017-01-24 16:42:44 +00:00
jsonnet jsonnet: 0.8.7 -> 0.8.9 2016-08-09 19:39:46 +00:00
julia julia_05: 0.5.0 -> 0.5.1 2017-04-30 01:13:44 +02:00
kotlin kotlin: 1.1.2 -> 1.1.2-5 2017-06-16 08:32:00 -04:00
lessc Included darwin in supported platforms for lessc compiler. 2016-07-25 21:32:53 -04:00
llvm llvmPackage_{3.4,3.5,3.7,3.8,3.9}: fix output of llvm-config 2017-06-20 10:22:06 +01:00
manticore manticore: fix compiling pml sources 2017-03-25 19:47:38 +01:00
matter-compiler matter-compiler: use gemdir 2017-01-18 00:52:51 +01:00
mcpp
mentor
mercury
meta-environment/meta-build-env metaBuildEnv: use sha256 hash 2017-01-24 16:48:43 +00:00
mezzo OCaml modules: make explicit some dependencies to ocamlbuild 2016-10-09 11:55:19 +02:00
microscheme treewide: Use makeBinPath 2016-08-23 01:18:10 +03:00
mit-scheme
mkcl Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-06-10 09:27:04 +00:00
mlton mlton: darwin bootstrap fixes 2016-09-25 20:47:16 -04:00
mono mono: 4.6.0 -> 4.6.2 2017-04-30 14:14:02 +01:00
mozart mozart: refactoring 2017-02-16 14:51:08 +01:00
nasm nasm: 2.11.08 -> 2.12.02 2017-03-19 16:34:05 -04:00
neko Add patches referenced in neko issue 131 2016-12-12 01:33:01 +08:00
nim nim: include all supporting tools 2017-01-12 20:11:36 +08:00
nvidia-cg-toolkit
obliv-c obliv-c: init at 0.0pre20161001 2016-10-06 17:48:05 +02:00
ocaml ocaml: 4.04.0 -> 4.04.1 2017-04-18 17:19:16 +00:00
opa opa: 4309 -> 4310 2016-11-03 18:43:27 +01:00
opendylan opendylan: Use correct output of boehmgc 2016-08-23 03:20:21 +03:00
openjdk openjdk: 8u121-13 -> 8u131-11 2017-04-19 21:03:55 -04:00
openjdk-darwin openjdk-darwin: zulu1.8.0_66 -> zulu1.8.0_121 2017-03-27 13:56:58 +02:00
oraclejdk oraclejdk: 8u121 -> 8u131 2017-04-19 00:13:17 -04:00
orc orc: bug-fix 0.4.25 -> 0.4.26 2016-09-10 11:32:05 +02:00
pakcs pakcs: add kkallio as maintainer 2016-10-15 05:24:42 +03:00
picat picat: disable format hardening 2016-05-31 12:57:28 +00:00
polyml polyml: autoreconfHook -> nativeBuildInputs 2017-06-18 11:41:26 -05:00
ponyc ponyc: 0.13.1 -> 0.14.0 2017-05-08 09:38:34 +02:00
purescript/psc-package psc-package: init at 0.1.1 2017-04-15 16:10:13 +02:00
rdmd
reason reason: 1.13.3 -> 1.13.4 2017-04-23 11:29:10 +00:00
rgbds properly fix the maintainer.matthewbauer problem 2016-05-27 15:58:41 +02:00
rust rustc: re-enable static_in_const 2017-06-16 07:09:40 -04:00
sbcl sbcl: enable threadSupport also on aarch64-linux 2017-04-28 23:51:58 +02:00
scala Merge pull request #25051 from NeQuissimus/scala_2_11_11 2017-04-20 17:15:58 -04:00
sdcc sdcc: 3.5.0 -> 3.6.0 2017-06-11 16:02:21 +02:00
serpent treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
shaderc shaderc-git: init at 2016-09-08 2016-10-12 13:19:34 +01:00
smlnj darwin: cleanup obsolete sdks 2017-03-24 08:06:03 +01:00
solc solc: 0.4.8 -> 0.4.11 2017-05-19 16:34:10 +02:00
souffle souffle: work around hardening bug on linux 2016-09-06 23:11:33 +00:00
souper souper: 2017-03-07 -> 2017-03-23 2017-05-10 15:52:55 -05:00
squeak Merge branch 'master' into staging 2016-08-23 18:50:06 +01:00
stalin
swi-prolog swiProlog: fixed for darwin 2016-10-13 09:36:49 +03:00
swift treewide: fixup packages with RPATH problems 2017-05-16 18:30:58 +02:00
terra terra: Broken on i686 (and Darwin) 2016-09-03 03:24:25 +03:00
teyjus Revert "teyjus: 2.0b2 -> 2.1" 2016-12-18 09:51:00 +00:00
tinycc tinycc: 0.9.27pre-20170527 -> 0.9.27pre-20170605 2017-06-09 12:54:59 +02:00
uhc uhc: 1.1.9.3 -> 1.1.9.4 2016-06-04 09:46:06 +02:00
urweb UrWeb version bump 2017-05-16 11:43:23 -07:00
vala vala: unify builders for various versions 2016-10-12 21:12:05 +08:00
vs90wrapper
wla-dx Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-05-30 19:39:34 +00:00
yap Bring my stdenv.lib.maintainers user name in line with my github nick. 2016-05-16 22:49:55 +02:00
yasm
yosys nixpkgs: yosys 2016.08.18 -> 2016.11.25 2016-11-25 23:26:10 +00:00
zulu zulu: Add home 2017-01-26 19:46:51 -05:00