diff options
author | Eric Christopher <echristo@apple.com> | 2010-06-18 22:51:25 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-06-18 22:51:25 +0000 |
commit | 69a462ef710b01ee8781dbf814b7088b302d506a (patch) | |
tree | f851570861640c9b6252601276d15b138cb16fc1 /docs/DebuggingJITedCode.html | |
parent | 68741be5e6a4a0e633928e4d86eea38aa07a2ca0 (diff) | |
download | external_llvm-69a462ef710b01ee8781dbf814b7088b302d506a.zip external_llvm-69a462ef710b01ee8781dbf814b7088b302d506a.tar.gz external_llvm-69a462ef710b01ee8781dbf814b7088b302d506a.tar.bz2 |
Another typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106340 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/DebuggingJITedCode.html')
-rw-r--r-- | docs/DebuggingJITedCode.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/DebuggingJITedCode.html b/docs/DebuggingJITedCode.html index adca01d..83acbe4 100644 --- a/docs/DebuggingJITedCode.html +++ b/docs/DebuggingJITedCode.html @@ -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-frame-pointer for GCC and -fdisable-fp-elim for LLVM. +compile with -fno-omit-frame-pointer for GCC and -disable-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 |