Displaying 2 results from an estimated 2 matches for "d4251".
Did you mean:
4251
2014 Jul 10
3
[LLVMdev] [compiler-rt] CMake bug in building ARM builtins library
.... I see from
> compiler-rt/test/CMakeLists.txt
>
> # BlocksRuntime and builtins testsuites are not yet ported to lit.
> # add_subdirectory(BlocksRuntime)
> # add_subdirectory(builtins)
>
> How do you run the unit tests for builtins?
>
Well, there is http://reviews.llvm.org/D4251 which adds support for running
the tests under CTest, but it's not yet reviewed.
There's also a "test/builtins/Unit/test" script, but I doubt it will run
out of the box.
>
>
> --Sumanth G
> -----Original Message-----
> From: Renato Golin [mailto:renato.golin at li...
2014 Jul 08
2
[LLVMdev] [compiler-rt] CMake bug in building ARM builtins library
On 8 July 2014 19:47, Alexey Samsonov <vonosmas at gmail.com> wrote:
> compiler-rt/lib/builtins/arm/*.S files are listed in arm_SOURCES variable,
> and therefore should make it into the builtins static library on ARM. Don't
> they?
I assume so... But I'm not an expert in CMake.