summaryrefslogtreecommitdiff
path: root/rts/.tsan-suppressions
Commit message (Collapse)AuthorAgeFilesLines
* Move `/includes` to `/rts/include`, sort per package betterJohn Ericson2021-08-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | In order to make the packages in this repo "reinstallable", we need to associate source code with a specific packages. Having a top level `/includes` dir that mixes concerns (which packages' includes?) gets in the way of this. To start, I have moved everything to `rts/`, which is mostly correct. There are a few things however that really don't belong in the rts (like the generated constants haskell type, `CodeGen.Platform.h`). Those needed to be manually adjusted. Things of note: - No symlinking for sake of windows, so we hard-link at configure time. - `CodeGen.Platform.h` no longer as `.hs` extension (in addition to being moved to `compiler/`) so as not to confuse anyone, since it is next to Haskell files. - Blanket `-Iincludes` is gone in both build systems, include paths now more strictly respect per-package dependencies. - `deriveConstants` has been taught to not require a `--target-os` flag when generating the platform-agnostic Haskell type. Make takes advantage of this, but Hadrian has yet to.
* Merge branch 'wip/tsan/timer' into wip/tsan/allBen Gamari2020-11-011-0/+4
|\
| * suppress #17289 (ticker) raceBen Gamari2020-10-241-0/+4
| |
* | Suppress data race due to closeBen Gamari2020-11-011-0/+1
|/ | | | This suppresses the other side of a race during shutdown.
* rts: Infrastructure for testing with ThreadSanitizerBen Gamari2020-10-241-0/+9