[PATCH] D13432: cmake: Avoid leading space in LLVM_DEFINITIONS.

Paweł Bylica via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 6 04:04:46 PDT 2015


chfast added a comment.

Alternative solution is to keep LLVM_DEFINITIONS as a cmake lists (; separated values). And convert it into the flags string on demand. E.g. with a helper function like llvm_get_definitions.


http://reviews.llvm.org/D13432





More information about the llvm-commits mailing list