<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_process_libcdep.cc, branch meklort-10.0.1</title>
<subtitle>Project Ortega BCM5719 LLVM</subtitle>
<id>https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1</id>
<link rel='self' href='https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/'/>
<updated>2015-08-11T15:51:40+00:00</updated>
<entry>
<title>[Windows] Use llvm-symbolizer before using dbghelp</title>
<updated>2015-08-11T15:51:40+00:00</updated>
<author>
<name>Reid Kleckner</name>
<email>rnk@google.com</email>
</author>
<published>2015-08-11T15:51:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=7d9e1e125930404a7ebce2e8d584b34a9065d530'/>
<id>urn:sha1:7d9e1e125930404a7ebce2e8d584b34a9065d530</id>
<content type='text'>
Summary:
llvm-symbolizer understands both PDBs and DWARF, so it's a better bet if
it's available. It prints out the function parameter types and column
numbers, so I needed to churn the expected test output a bit.

This makes most of the llvm-symbolizer subprocessing code
target-independent. Pipes on all platforms use fd_t, and we can use the
portable ReadFromFile / WriteToFile wrappers in symbolizer_sanitizer.cc.
Only the pipe creation and process spawning is Windows-specific.

Please check that the libcdep layering is still correct. I don't know
how to reproduce the build configuration that relies on that.

Reviewers: samsonov

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D11791

llvm-svn: 244616
</content>
</entry>
<entry>
<title>[sanitizers] Use portable file read/write wrappers on process pipes</title>
<updated>2015-08-11T00:30:22+00:00</updated>
<author>
<name>Reid Kleckner</name>
<email>rnk@google.com</email>
</author>
<published>2015-08-11T00:30:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=a0f78fef74f577efffb12a00feb8cc4f0c16e025'/>
<id>urn:sha1:a0f78fef74f577efffb12a00feb8cc4f0c16e025</id>
<content type='text'>
This fixes a minor error checking bug around calling
internal_read/write, and makes the code more portable for D11791.

llvm-svn: 244546
</content>
</entry>
<entry>
<title>Move some POSIX-specific functions from sanitizer_libc.h to a new sanitizer_posix.h</title>
<updated>2015-04-08T17:08:24+00:00</updated>
<author>
<name>Timur Iskhodzhanov</name>
<email>timurrrr@google.com</email>
</author>
<published>2015-04-08T17:08:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=3745303c5b22d439a8c3396444d4f33a776e904a'/>
<id>urn:sha1:3745303c5b22d439a8c3396444d4f33a776e904a</id>
<content type='text'>
llvm-svn: 234418
</content>
</entry>
<entry>
<title>Adding the implementation of atos and dladdr symbolizers for OS X.</title>
<updated>2015-03-12T10:53:18+00:00</updated>
<author>
<name>Kuba Brecka</name>
<email>kuba.brecka@gmail.com</email>
</author>
<published>2015-03-12T10:53:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=656e184f6c72b76618cf0b0679ad643995754a38'/>
<id>urn:sha1:656e184f6c72b76618cf0b0679ad643995754a38</id>
<content type='text'>
They are currently still *not* used, "llvm-symbolizer" is still the default symbolizer on OS X.

Reviewed at http://reviews.llvm.org/D6588

llvm-svn: 232026
</content>
</entry>
<entry>
<title>Symbolizer refactoring: Move internals to separate files</title>
<updated>2015-03-02T21:15:09+00:00</updated>
<author>
<name>Kuba Brecka</name>
<email>kuba.brecka@gmail.com</email>
</author>
<published>2015-03-02T21:15:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=898270513d7e3bbf3d91d069ab7d2d6b60ee7f6f'/>
<id>urn:sha1:898270513d7e3bbf3d91d069ab7d2d6b60ee7f6f</id>
<content type='text'>
Reviewed at http://reviews.llvm.org/D7972

llvm-svn: 231014
</content>
</entry>
</feed>
