[PATCH] D23054: [clang-cl] Fix 2 pch tests to use x86_64 as target

Renato Golin via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 2 04:22:09 PDT 2016


rengolin added a subscriber: rengolin.
rengolin added a comment.

All tests should have the target explicit, so I'd advocate for all of them to be changed.

Also, we need to make sure --target=x86_64 is enough on Windows. I remember some -target=arm not being enough (arm-eabi was enough, for some reason).


https://reviews.llvm.org/D23054





More information about the cfe-commits mailing list