diff options
author | Rui Ueyama <ruiu@google.com> | 2013-12-16 07:14:40 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2013-12-16 07:14:40 +0000 |
commit | 69b899a1279d20b028f50dbf83b412b42bf095e4 (patch) | |
tree | b5fea22a736e81b66cc3511e01d5b4ca8b8c1877 /clang/unittests/Format/FormatTest.cpp | |
parent | a1df6379a6c0282093eed5a31358434d49b30f81 (diff) | |
download | bcm5719-llvm-69b899a1279d20b028f50dbf83b412b42bf095e4.tar.gz bcm5719-llvm-69b899a1279d20b028f50dbf83b412b42bf095e4.zip |
[PECOFF] Set OrdinalBase field in the export table.
OrdinalBase is an addend to the ordinals. We used to always set 1 to the field.
Although it produced a valid a DLL export table, it'd be a waste if the first
ordinal does not start with 1 -- we had to have NULL fields at the beginning of
the export address table. By setting the ordinal base, we can eliminate the
NULL fields.
llvm-svn: 197367
Diffstat (limited to 'clang/unittests/Format/FormatTest.cpp')
0 files changed, 0 insertions, 0 deletions