Skip to content
Commit 184a4b83 authored by Rui Ueyama's avatar Rui Ueyama
Browse files

[PECOFF] Do not scan the symbol table twice but instead cache aux symbols.

We scanned the symbol table twice; first to gather all regular symbols, and
second to process aux symbols. That's a bit inefficient and complicated. We
can instead cache aux symbols in the first pass, to eliminate the need of the
second pass.

llvm-svn: 189525
parent 38874731
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment