[PATCH] D26671: Replace APFloatBase static fltSemantics data members with getter functions

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 2 18:03:26 PST 2016


mehdi_amini added a comment.

I recommend using  http://llvm.org/docs/GettingStarted.html#for-developers-to-work-with-a-git-monorepo .

And trying to build with `cmake -DLLVM_ENABLE_PROJECTS=all`

(We don't maintain Klee or dragonegg anymore, the `-DLLVM_ENABLE_PROJECTS=all` should get you what matters.).


https://reviews.llvm.org/D26671





More information about the llvm-commits mailing list