CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/01/30 00:36:06
Modified files:
devel/llvm : Makefile
lang/rust : Makefile
Added files:
devel/llvm/patches: patch-lib_Bitcode_Reader_MetadataLoader_cpp
patch-test_Assembler_debug-info_ll
patch-test_Assembler_debug-variant-discriminator_ll
Log message:
backport patches to devel/llvm
-
https://github.com/llvm-mirror/llvm/commit/da1fb72bb305d6bc1f3899d541414146934bf80f
-
https://github.com/llvm-mirror/llvm/commit/cc1f2a595ead516812a6c50398f0f3480ebe031f
it should unbreak firefox: firefox uses rustc with `-C lto' option for
some part of its build, and this code path expose the llvm bug.
llvm review: https://reviews.llvm.org/D52340
rust issue: https://github.com/rust-lang/rust/issues/57762
bump lang/rust to ensure updated statically linked libraries are taken on
update.
ok jca@