OCamlPro / flambda-task-force

13 stars 1 forks source link

Prevent fatal error in situations such as Mantis #7349 #164

Open mshinwell opened 7 years ago

mshinwell commented 7 years ago

We need to do something to avoid a fatal error in situations such as Mantis #7349 where an attempt is made to access the same compilation unit (compiled with -for-pack) both through and not through a pack. This situation causes a link error without Flambda and would probably cause a link error with Flambda if the fatal error didn't happen first.