Skip to content
Snippets Groups Projects
Commit 7bbf57e3 authored by Adrian Prantl's avatar Adrian Prantl
Browse files

Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1

to enable the use of external type references in the debug info
(a.k.a. module debugging).

The driver expands -gmodules to "-g -fmodule-format=obj -dwarf-ext-refs"
and passes that to cc1. All this does at the moment is set a flag
codegenopts.

http://reviews.llvm.org/D11958

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@246192 91177308-0d34-0410-b5e6-96231b3b80d8
parent 39d0a05d
No related branches found
No related tags found
No related merge requests found
Showing
with 49 additions and 14 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment