Commit c12392d
committed
[cling] Remove duplicate EHFrameRegistrationPlugin
During the LLVM 20 development cycle, upstream commit
llvm/llvm-project@d0052eb
now installs the plugin during platform setup. This happens even with
a custom ObjectLinkingLayerCreator as we do it, which lead to two
plugins being added and registering the eh-frames twice. This causes
assertions in libgcc during shutdown.
Closes #200631 parent 2e371e3 commit c12392d
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
| |||
505 | 503 | | |
506 | 504 | | |
507 | 505 | | |
508 | | - | |
509 | | - | |
510 | 506 | | |
511 | 507 | | |
512 | 508 | | |
| |||
0 commit comments