about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/back/linker.rs
AgeCommit message (Expand)AuthorLines
2018-08-09Export WASM table by defaultMarko Mijalkovic-0/+3
2018-08-04Normalize DebugInfoLevel to standard styleMark Rousskov-5/+5
2018-08-04Normalize variants of CrateType to standard styleMark Rousskov-2/+2
2018-07-30Disable debug sections when optimization flags is set for LLD.Yury Delendik-0/+12
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