[llvm] r238051 - make reciprocal estimate code generation more flexible by adding command-line options

Rafael EspĂ­ndola rafael.espindola at gmail.com
Fri May 22 19:49:28 PDT 2015


On 22 May 2015 at 21:17, Sanjay Patel <spatel at rotateright.com> wrote:
> Thanks, Rafael. Sorry for the breakage.
>
> I saw the fail mails and was trying to reproduce the error:
> /home/buildbots/llvmslave1/llvm-ppc64/llvm.src/include/llvm/Target/TargetOptions.h:77:
> undefined reference to `llvm::TargetRecip::TargetRecip()'
>
> ...but I'm not hitting that with -DLLVM_TARGETS_TO_BUILD=PowerPC or my usual
> all targets build.
>
> Any ideas what is happening that causes that constructor to be missed?
>

Not sure. I also use Release+Asserts and used clang as the host compiler.

Cheers,
Rafael



More information about the llvm-commits mailing list