about summary refs log tree commit diff
path: root/src/librustc_codegen_utils/symbol_export.rs
AgeCommit message (Collapse)AuthorLines
2018-11-16Separating the back folder between backend-agnostic and LLVM-specific codeDenis Merigoux-404/+0
2018-11-10codegen_llvm_back: whitespace & formatting fixesljedrz-6/+5
2018-11-04Don't export non-function symbols with emscriptenNikita Popov-0/+10
Emscripten only provides an export mechanism for functions. Exporting statics does not make sense conceptually in this case, and will result in emcc undefined function errors.
2018-11-03Move cg_llvm::back::linker to cg_utilsbjorn3-0/+395