Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Cheng Shao's avatar
    2ce2a493
    testsuite: fix hs_try_putmvar002 for targets without pthread.h · 2ce2a493
    Cheng Shao authored and Marge Bot's avatar Marge Bot committed
    hs_try_putmvar002 includes pthread.h and doesn't work on targets
    without this header (e.g. wasm32). It doesn't need to include this
    header at all. This was previously unnoticed by wasm CI, though recent
    toolchain upgrade brought in upstream changes that completely removes
    pthread.h in the single-threaded wasm32-wasi sysroot, therefore we
    need to handle that change.
    2ce2a493
    History
    testsuite: fix hs_try_putmvar002 for targets without pthread.h
    Cheng Shao authored and Marge Bot's avatar Marge Bot committed
    hs_try_putmvar002 includes pthread.h and doesn't work on targets
    without this header (e.g. wasm32). It doesn't need to include this
    header at all. This was previously unnoticed by wasm CI, though recent
    toolchain upgrade brought in upstream changes that completely removes
    pthread.h in the single-threaded wasm32-wasi sysroot, therefore we
    need to handle that change.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.