CHERIoT-Platform / llvm-project

Fork of LLVM adding CHERIoT, based on the CHERI LLVM fork
4 stars 6 forks source link

[Support] Add missing <cstdint> header to Signals.h #17

Closed hlef closed 9 months ago

hlef commented 9 months ago

The build fails on my system without this change.

The same fix was pushed to the LLVM upstream a while ago: https://github.com/llvm/llvm-project/commit/ff1681ddb303223973653f7f5f3f3435b48a1983

davidchisnall commented 9 months ago

Please can you cherry-pick the upstream commit instead of reimplementing it?

hlef commented 9 months ago

Done, updated with the cherry-picked commit.