Commit 517274e
committed
[lldb] Check if C++ interop is enabled on CU instead of whole module
Checking if C++ interop is enabled can be extremely slow if the project
is big enough. We have changed this to checking only the compile unit
instead, but one usage of the old API slipped by.
rdar://147009063
(cherry picked from commit e1099ae)1 parent 08670c0 commit 517274e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2789 | 2789 | | |
2790 | 2790 | | |
2791 | 2791 | | |
2792 | | - | |
| 2792 | + | |
2793 | 2793 | | |
2794 | 2794 | | |
2795 | 2795 | | |
| |||
0 commit comments