about summary refs log tree commit diff
path: root/src/librustc_codegen_utils/linker.rs
AgeCommit message (Expand)AuthorLines
2018-11-16Separating the back folder between backend-agnostic and LLVM-specific codeDenis Merigoux-1077/+0
2018-11-14xLTO: Don't pass --plugin-opt=thin to LLD. That's not supported anymore.Michael Woerister-11/+0
2018-11-11Fix typos.Bruce Mitchener-1/+1
2018-11-10codegen_llvm_back: use mem::replace instead of swap where more conciseljedrz-12/+5
2018-11-10codegen_llvm_back: use to_owned instead of to_string with string literalsljedrz-1/+1
2018-11-10codegen_llvm_back: improve common patternsljedrz-11/+7
2018-11-10codegen_llvm_back: whitespace & formatting fixesljedrz-6/+5
2018-11-03Move cg_llvm::back::linker to cg_utilsbjorn3-0/+1100