diff options
Diffstat (limited to 'llvm/docs/DebuggingJITedCode.rst')
-rw-r--r-- | llvm/docs/DebuggingJITedCode.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/docs/DebuggingJITedCode.rst b/llvm/docs/DebuggingJITedCode.rst index eeb2f7787da..53b2e89e5e2 100644 --- a/llvm/docs/DebuggingJITedCode.rst +++ b/llvm/docs/DebuggingJITedCode.rst @@ -4,8 +4,6 @@ Debugging JIT-ed Code With GDB ============================== -.. sectionauthor:: Reid Kleckner and Eli Bendersky - Background ========== |