Quuxplusone / LLVMBugzillaTest

0 stars 0 forks source link

Enable debug fission on ThinLTO #34443

Open Quuxplusone opened 6 years ago

Quuxplusone commented 6 years ago
Bugzilla Link PR35470
Status CONFIRMED
Importance P enhancement
Reported by yunlian (yunlian@google.com)
Reported on 2017-11-29 14:03:45 -0800
Last modified on 2017-11-30 07:30:24 -0800
Version trunk
Hardware PC Linux
CC dblaikie@gmail.com, llvm-bugs@lists.llvm.org
Fixed by commit(s)
Attachments
Blocks
Blocked by
See also

Currently, when -flto=thin is specified, the debug fission option is ignored, we want to enable debug fission with ThinLTO.

Quuxplusone commented 6 years ago

There's no need to file bugs for work you're planning to do anyway, if you don't want to (LLVM doesn't have a requirement that patches be attributed to a bug, etc).

Also, to be precise, this is about implicit ThinLTO. Fission is already usable with the explicit backend ThinLTO model.