[llvm-commits] [PATCH] CMake: Fix breakage on clang standalone build.

Óscar Fuentes ofv at wanadoo.es
Sun Feb 20 19:10:00 PST 2011


NAKAMURA Takumi <geek4civic at gmail.com> writes:

> The variable ${llvm_libs} should be global property.

Yes.

> btw, how about ${llvm_lib_targets} ? I have no idea.

Possibly I'll remove it.

> -set(llvm_libs @llvm_libs@)
> +set_property( GLOBAL PROPERTY LLVM_LIBS "@llvm_libs@")

Thanks for the fix.



More information about the llvm-commits mailing list