mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 04:46:27 +08:00
4197a6ab1bcf55264744c8295655dc8a0faa08b6
Previously, it was easy to leave some Out<ELFT> fields uninitialized because assignments to the fields are mixed with output section instantiations. In this patch, I separate initializations from assignments to improve readability. http://reviews.llvm.org/D16864 llvm-svn: 259899
…
Languages
LLVM
41.4%
C++
31.4%
C
13%
Assembly
9.6%
MLIR
1.5%
Other
2.7%