[PATCH] D29542: [TargetInfo] Adjust x86-32 atomic support to the CPU used

Justin Lebar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 6 10:52:07 PST 2017


jlebar added a comment.

> Well, the thing is, we don't call HostTarget->setCPU() before this function. We just call AllocateTarget(), and it does not set the CPU.

Ah, got it.  LGTM for the nvptx changes.


https://reviews.llvm.org/D29542





More information about the cfe-commits mailing list