Commit 3f1723a
[RemoveDIs] Add flag to control loading into new debug mode from bitcode (llvm#85649)
--load-bitcode-into-experimental-debuginfo-iterators
false: Convert to the old debug mode after reading.
true: Upgrade to the new debug info format (*).
unset: Same as false (for now).
(*) As of this patch it actually just means "don't convert to either
mode after loading". Auto-upgrading will be implemented in an upcoming
patch.
With this flag we can incrementally add support for RemoveDIs by
overriding the "unset" behaviour in individual tools. The flag can be
removed once all tools support the new debug info mode.
Change-Id: I81f7fb83ac95223497d5577354bff7a76b2edb3e1 parent 00efb47 commit 3f1723a
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4302 | 4302 | | |
4303 | 4303 | | |
4304 | 4304 | | |
4305 | | - | |
4306 | | - | |
4307 | | - | |
| 4305 | + | |
| 4306 | + | |
| 4307 | + | |
| 4308 | + | |
| 4309 | + | |
4308 | 4310 | | |
4309 | 4311 | | |
4310 | 4312 | | |
| |||
0 commit comments