[PATCH] D37336: [clang-cl] Explicitly set object format to COFF in CL mode

Oleg Ranevskyy via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 31 11:50:08 PDT 2017


iid_iunknown added a comment.

> Do you think you can write a test for your patch that will work on the buildbots we have?

I am afraid, this is not possible with the existing buildbots. `--target` does not affect the default triple. There is `LLVM_TARGET_TRIPLE_ENV` that allows to override the default triple at runtime, but LLVM must be configured to support it and none of the Windows buildbots do this. I see no other way to implement such a test, unfortunately.


Repository:
  rL LLVM

https://reviews.llvm.org/D37336





More information about the cfe-commits mailing list