aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
diff options
context:
space:
mode:
authorAlex Brachet <abrachet@google.com>2023-01-25 16:49:10 +0000
committerAlex Brachet <abrachet@google.com>2023-01-25 16:51:56 +0000
commitc623a6865fde1b5c89c52eb1301b086091ff75ba (patch)
treeaac3eb904f67cf5ea4bff07b02e6fb58513120b3 /llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
parenta749e09e184b2b0b6dde71af01c82dd427b3e3e2 (diff)
downloadllvm-c623a6865fde1b5c89c52eb1301b086091ff75ba.zip
llvm-c623a6865fde1b5c89c52eb1301b086091ff75ba.tar.gz
llvm-c623a6865fde1b5c89c52eb1301b086091ff75ba.tar.bz2
[libc] Fix warning in ExecuteFunctionUnix.cpp
WIFEXITED and friends expect an `int *` but these methods were marked `const` so they instead got a `const int *`. This macros aren't actually modifying their argument, but we were never using these functions on an immutable `ProcessStatus` type anyway.
Diffstat (limited to 'llvm/lib/ProfileData/Coverage/CoverageMapping.cpp')
0 files changed, 0 insertions, 0 deletions