Fix typo.

llvm-svn: 106335
This commit is contained in:
Eric Christopher 2010-06-18 22:33:17 +00:00
parent 07f4fa8198
commit 64ae6577ba
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ no such file to look for.
<p>Depending on the architecture, this can impact the debugging experience in
different ways. For example, on most 32-bit x86 architectures, you can simply
compile with -fno-omit-framepointer for GCC and -fdisable-fp-elim for LLVM.
compile with -fno-omit-frame-pointer for GCC and -fdisable-fp-elim for LLVM.
When GDB creates a backtrace, it can properly unwind the stack, but the stack
frames owned by JITed code have ??'s instead of the appropriate symbol name.
However, on Linux x86_64 in particular, GDB relies on the DWARF CFA debug