[PATCH] D58767: [compiler-rt] [CMake] Check for llvm_replace_compiler_option before using it

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 28 09:18:00 PST 2019


rnk added a comment.

I'd prefer to keep the same /Zi vs. /Z7 setting in the standalone build. Does the standalone build not have access to the installed LLVM cmake modules? If so, I would think we could include them. Or, we could put in a basic regex here like we used to have for -DNDEBUG.


Repository:
  rCRT Compiler Runtime

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58767/new/

https://reviews.llvm.org/D58767





More information about the llvm-commits mailing list