[PATCH] D13432: cmake: Avoid leading space in LLVM_DEFINITIONS.
Johannes S. Mueller-Roemer via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 6 06:10:54 PDT 2015
jsroemer added a comment.
Having had another look at how add_llvm_definitions is used, it is broken for target_compile_definitions anyways as LLVM_DEFINITIONS can contain compile options as well (something like -m32 would be converted to -D-m32, which is illegal, if passed to target_compile_definitions).
http://reviews.llvm.org/D13432
More information about the llvm-commits
mailing list