Commit c2ca9d6
committed
[lldb] Split up shared cache objc metadata extractor body (llvm#167761)
After my previous change (llvm#167579), the string exceeded 16380
single-byte characters. MSVC did not like this, so I'm splitting it up
into two strings.
(cherry picked from commit 6806349)1 parent b2d7d3e commit c2ca9d6
File tree
1 file changed
+5
-1
lines changed- lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
328 | | - | |
| 328 | + | |
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
| |||
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
419 | 422 | | |
420 | 423 | | |
421 | 424 | | |
| |||
1975 | 1978 | | |
1976 | 1979 | | |
1977 | 1980 | | |
| 1981 | + | |
1978 | 1982 | | |
1979 | 1983 | | |
1980 | 1984 | | |
| |||
0 commit comments