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

Ed Maste emaste at freebsd.org
Thu Jun 26 11:48:12 PDT 2014


> So with the latest patch, it isn't always computing x86_64-unknown-freebsd9.1 in your case for the ObjectFileELF object file?  It would be great to find out where the non-versioned x86_64-unknown-freebsd was coming from in that case.

With the patch it correctly reports "x86_64-unknown-freebsd9.2."  The
problem is that the triple reported by the platform plugin is
"x86_64-unknown-freebsd9.1" and it doesn't match.

http://reviews.llvm.org/D4302






More information about the lldb-commits mailing list