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

convert a bunch more stuff to use StringRef. The ArgName arguments are now

stringref because they may not be nul terminated.  For options like -Lfoo
this now avoids a O(n)  temporary std::strings where N is the length of 
the string after -L.

llvm-svn: 82345
parent 78765c36
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