Some targets does not support labels inside debug sections, but support
references in form section+offset. Patch adds initial support
for this. Also, this patch disables emission of all additional debug
sections that may have labels inside of it (like pub sections and
string tables).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 16301 Build 16301: arc lint + arc unit
Event Timeline
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | ||
---|---|---|
1590–1595 | Feels like you should be able to refactor the if conditional into the function as well and generally just use it everywhere? Also means you can probably split it into two patches:
Thoughts? |
Why?