forked from OSchip/llvm-project
Complete Host::Backtrace prototype. Fixes Linux build.
llvm-svn: 136951
This commit is contained in:
parent
3c48990a46
commit
2ced913c9c
|
@ -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?
|
||||
|
|
Loading…
Reference in New Issue