Commit f335084
[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.1 parent ec56b0a commit f335084
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 | |
|---|---|---|---|
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
323 | | - | |
| 323 | + | |
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
| |||
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
414 | 417 | | |
415 | 418 | | |
416 | 419 | | |
| |||
1962 | 1965 | | |
1963 | 1966 | | |
1964 | 1967 | | |
| 1968 | + | |
1965 | 1969 | | |
1966 | 1970 | | |
1967 | 1971 | | |
| |||
0 commit comments