about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/back/linker.rs
AgeCommit message (Expand)AuthorLines
2018-11-03Move cg_llvm::back::linker to cg_utilsbjorn3-1095/+0
2018-10-02wasm: Explicitly export all symbols with LLDAlex Crichton-1/+6
2018-09-15Enable fatal warnings for the wasm32 linkerAlex Crichton-0/+4
2018-09-05Allow for opting out of ThinLTO and clean up LTO related cli flag handling.Michael Woerister-2/+1
2018-08-30Rollup merge of #53472 - eddyb:fx-pls, r=pnkfelixPietro Albini-2/+2
2018-08-28Fix warnings about the `native` target-cpuAlex Crichton-1/+2
2018-08-28Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.Eduard-Mihai Burtescu-2/+2
2018-08-20Auto merge of #52101 - japaric:linker-flavor, r=alexcrichtonbors-2/+3
2018-08-16wasm: Remove --strip-debug argument to LLDAlex Crichton-12/+0
2018-08-09try to infer linker flavor from linker name and vice versaJorge Aparicio-2/+3
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