summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/back/linker.rs
AgeCommit message (Expand)AuthorLines
2018-07-28Don't format!() string literalsljedrz-1/+1
2018-07-24break --subsystem=x into 2 args; closer to former presumably known-good incan...alecmocatta-1/+2
2018-07-24Pass multiple linker arguments rather than concatenate with commas; -l librar...alecmocatta-17/+18
2018-07-11Deny bare trait objects in in src/librustc_codegen_llvmljedrz-6/+6
2018-07-10Upgrade to LLVM's master branch (LLVM 7)Alex Crichton-2/+35
2018-07-06Remove CrossLangLto::NoLink which does not have a use case anymore.Michael Woerister-2/+1
2018-07-03Allow the linker to choose the LTO-plugin (which is useful when using LLD)Michael Woerister-25/+36
2018-05-17Rename trans to codegen everywhere.Irina Popa-0/+1037