[clang] [clang][driver] Cleanup UEFI toolchain driver (PR #111473)

2024-10-07 Thread via cfe-commits
github-actions[bot] wrote: :warning: C/C++ code formatter, clang-format found issues in your code. :warning: You can test this locally with the following command: ``bash git-clang-format --diff d1335fb86466221b0499db5fc8f158f1f64d9542 c241379b66fc4bb9d640403efc7e86b609a7200c --e

[clang] [clang][driver] Cleanup UEFI toolchain driver (PR #111473)

2024-10-07 Thread via cfe-commits
https://github.com/Prabhuk created https://github.com/llvm/llvm-project/pull/111473 UEFI toolchain predefines clean up. Introducing new __PECOFF__ predefine for targets that produce PE COFF binaries. Updating UEFI header includes to not include system include directories. >From c241379b66fc4bb