Complete Host::Backtrace prototype. Fixes Linux build.

llvm-svn: 136951
This commit is contained in:
Peter Collingbourne 2011-08-05 00:35:43 +00:00
parent 3c48990a46
commit 2ced913c9c
1 changed files with 1 additions and 0 deletions

View File

@ -488,6 +488,7 @@ Host::ThreadCreated (const char *thread_name)
{
}
void
Host::Backtrace (Stream &strm, uint32_t max_frames)
{
// TODO: Is there a way to backtrace the current process on linux? Other systems?