diff options
author | Pavel Labath <labath@google.com> | 2018-04-05 15:17:51 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2018-04-05 15:17:51 +0000 |
commit | 441460dc9173bc10892ee9f53e5382f5768d4c8f (patch) | |
tree | 43a447a7e529976993d99b17f431d8370ac6c51b /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 878e96f26637d0ca3194289796304177c93d1da3 (diff) | |
download | bcm5719-llvm-441460dc9173bc10892ee9f53e5382f5768d4c8f.tar.gz bcm5719-llvm-441460dc9173bc10892ee9f53e5382f5768d4c8f.zip |
Remove unused NativeProcessProtocol.h include from Platform.h
After removing it, I got a couple of compile errors because we were
missing some symbols (SIGKILL and such), as their definitions were not
transitively included anymore. I fix this by including csignal from
PosixApi.h, as it's windows version provides a stub definitions of these
symbols. This should make the result of #including PosixApi.h more
consistent across platforms (although in the long run, we should just
get rid of this header).
llvm-svn: 329296
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions