[llvm-commits] [llvm] r117646 - /llvm/trunk/unittests/CMakeLists.txt

Óscar Fuentes ofv at wanadoo.es
Fri Oct 29 09:24:25 PDT 2010


NAKAMURA Takumi <geek4civic at gmail.com>
writes:

> Log:
> unittests/CMakeLists.txt: Don't use RTTI, or linking failed.
>
> Modified:
>     llvm/trunk/unittests/CMakeLists.txt
[snip]
> -set(LLVM_REQUIRES_RTTI 1)

On which platform/compiler the link fails? Unless it was changed on the
last days, the config&make build sets REQUIRE_RTTI. Doing otherwise on
the cmake build requires a commentary on the CMakeLists.txt file.




More information about the llvm-commits mailing list