[JS IR] Ignore unbound symbols in IC infrastructure

The IR linker is responsible for detecting unbound symbols,
 if it skips them for some reason, IC infrastructure must not fail
 with unbound symbols exceptions. Anyway, the IR validator
 verifies later if there are unbound symbols in
 reachable IR and generates the corresponding error.

^KT-56602 Fixed
This commit is contained in:
Alexander Korepanov
2023-02-20 11:54:47 +01:00
committed by Space Team
parent ff22f456a0
commit 3c9d653595
16 changed files with 101 additions and 13 deletions
@@ -1,4 +1,5 @@
STEP 0:
rebuild klib: false
STEP 1:
dependencies: lib1
modifications:
@@ -10,6 +11,8 @@ STEP 2:
U : l2.2.kt -> l2.kt
modified ir: l2.kt
STEP 3:
rebuild klib: false
modifications:
D : l2.kt
STEP 4:
rebuild klib: false