Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't build out of line atomics support code for uefi
llvm/llvm-project#116706 added Windows support to cpu_model. Compiling for UEFI also goes through that code path, because we treat it as a windows target. However, including windows.h is not actually going to work (and the used API would not be available in an UEFI environment). Disable building of cpu_model on UEFI to fix this.
- Loading branch information