Commit c321cd9
committed
[lldb] Prevent spurious TypeRef type system validation message (NFC) (#10193)
This fixes the following log output:
```
!=
!=
!=
```
This was happening when both the TypeRef type system (lhs) and the SwiftASTContext (rhs) produced an empty `CompilerType` for some operation.
(cherry-picked from commit 1a9664a)1 parent 5871d27 commit c321cd9
File tree
1 file changed
+4
-5
lines changed- lldb/source/Plugins/TypeSystem/Swift
1 file changed
+4
-5
lines changedLines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2531 | 2531 | | |
2532 | 2532 | | |
2533 | 2533 | | |
2534 | | - | |
2535 | | - | |
2536 | | - | |
| 2534 | + | |
| 2535 | + | |
| 2536 | + | |
| 2537 | + | |
2537 | 2538 | | |
2538 | 2539 | | |
2539 | | - | |
2540 | | - | |
2541 | 2540 | | |
2542 | 2541 | | |
2543 | 2542 | | |
| |||
0 commit comments