phosek added a comment.

This change broke our build which is using Clang and the `x86_64-windows-msvc` 
target to cross-compile our EFI bootloader. Now the compilation fails 
<https://logs.chromium.org/logs/fuchsia/buildbucket/cr-buildbucket.appspot.com/8913996720033157664/+/steps/build/0/steps/build_fuchsia/0/steps/ninja/0/steps/zircon/0/stdout>
 because it cannot find Windows headers (as expected).  We're probably going to 
work around the issue by setting `-U_MSC_VER`, but I'm going to start a 
discussion whether we should maybe define a new target for EFI.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61646/new/

https://reviews.llvm.org/D61646



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to