fix: gallivm: fix LLVM #include of Host.h, moved to TargetParser

Upstream moved Host.h from Support to TargetParser in LLVM 17.

This shouldn't lead to a FTBFS, since there is a forwarding include left
behind. Sadly the added deprecation warning #pragma is invalid and thus
causes a build failure right away. But since we would have to follow the
move anyway in the future, just do it right away.

Reference: https://github.com/llvm/llvm-project/commit/d768bf994f508d7eaf9541a568be3d71096febf5
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Closes: #8275
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21263>
Change-Id: I49391bf6841470d17285f3973fd8a416a5241b88
Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/mesa/+/912523
Reviewed-by: John Bauman <jbauman@google.com>
Commit-Queue: Josh Gargus <jjosh@google.com>
2 files changed