Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
4e45ebb92c9708dffcd6c7d1890f0f2d696d1b54
/
lld
/
lib
/
Core
/
NativeWriter.cpp
846fe66
If cont.size() is 0, the expression &_contentPool[result] has undefined
by Michael J. Spencer
· 14 years ago
b2bd733
Flexible array members are not in C++03, and MSVC doesn't support them.
by Michael J. Spencer
· 14 years ago
55fd6be
First chunk of native object file reader/writer. The lld-core tool now reads YAML file, links, writes that out as native object format, then reads that native file, then writes the YAML to stdout. Thus the test suite tests both YAML reading/writing as well as native object file reading/writing.
by Nick Kledzik
· 14 years ago