Skip to content
Commit b3e3840e authored by Chris Lattner's avatar Chris Lattner
Browse files

Instead of storing std::string's for ExternalSymbol references, rely on the

fact that all ExternalSymbols are actually string literals with static storage.
Thus we don't have to do anything special to hold them and we certainly don't
have to copy string data around.

llvm-svn: 18007
parent 3db46bd0
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