Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
6368 commits behind the upstream repository.
user avatar
Ben Gamari authored
Previously lookupSymbol_PEi386 would call lookupSymbol while
holding linker_mutex. Fix this by rather
calling `lookupDependentSymbol`. This is safe
because lookupSymbol_PEi386 unconditionally holds linker_mutex.

Happily, this un-breaks `T12771`, `T13082_good`, and `T14611`, which
were previously marked as broken due to #18718.

Closes #19155.
f6b843cd
History
Name Last commit Last update
..
Makefile
T14611.stdout
all.T
foo.c
foo_dll.c
main.hs