> 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 _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
