Skip to content
Commit 5dff6969 authored by Greg Clayton's avatar Greg Clayton
Browse files

Re-use prologue parsing code that was already written instead of having two...

Re-use prologue parsing code that was already written instead of having two copies of code that parse line table prologues.

Also since we always read in the DWARF data or mmap it, we don't need to make a copy of the strings for the directories and file names, we can just store "cosnt char *" values. Every place that uses the prologues use them temporarily and then throw them away so no one is expecting the directory and filename strings to live longer than the parse functions.

llvm-svn: 251310
parent 315b6884
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