[PATCH] D23376: [compiler-rt] Allow c++ abi to be explictly disabled in cmake configuration

Francis Ricci via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 16 14:06:45 PDT 2016


fjricci added a comment.

Looks like this is a problem with bad cmake caches on incremental builds (the typo in the original patch caused a bad default value to be inserted in the CMakeCache.txt, and default values don't get over-written unless you do a clean build). I'll re-commit next week when the incremental builds have all been reset.


Repository:
  rL LLVM

https://reviews.llvm.org/D23376





More information about the llvm-commits mailing list