Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
llvm-epi-0.8
llvm
lib
CodeGen
ELFWriter.h
Find file
Blame
History
Permalink
use std::vector instead of std::list for both Section and Symbol lists because
· 27178639
Bruno Cardoso Lopes
authored
Jul 15, 2009
we care more about random access than insertion/deletion of elements. llvm-svn: 75828
27178639
Loading