[Lldb-commits] [PATCH] Update ObjectFileELF to detect ELF triple based on ELF notes and the ELF header.

Todd Fiala tfiala at google.com
Thu Jun 26 09:05:37 PDT 2014


Hey Ed,

It looks like the FreeBSD ABI note contains a release date?  If that's right, any idea on the best way to convert that to a FreeBSD version number?  We could use a table of release dates and find an exact match or, if not a match, the first release date that comes before the given date.

I'll wait for you to tell me more about that note.  There might be a better way to get the version number on FreeBSD for elf.  Seems a little crazy to parse it out of a release date.

http://reviews.llvm.org/D4302






More information about the lldb-commits mailing list