[PATCH] D47169: [CMake] Use a different source depending on C++ support

Jonas Hahnfeld via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 1 01:56:06 PDT 2018


Hahnfeld added subscribers: protze.joachim, Hahnfeld.
Hahnfeld added a comment.

This breaks the build if you are not building a 32bit C++ library, that's why I introduced a check for a full C++ program in https://reviews.llvm.org/D23654. I therefore request this change to be reverted, we need to come up with a better solution that correctly works for in-tree builds.


Repository:
  rL LLVM

https://reviews.llvm.org/D47169





More information about the llvm-commits mailing list