[LLVMdev] [compiler-rt] CMake bug in building ARM builtins library
sgundapa
sgundapa at codeaurora.org
Tue Jul 8 14:44:02 PDT 2014
No. CMake has different way of treating the .S files
Refer to http://www.cmake.org/Wiki/CMake/Assembler
I have a patch which will make CMake treat the .S files as source files.
But, how I can run the unit tests. 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?
--Sumanth G
-----Original Message-----
From: Renato Golin [mailto:renato.golin at linaro.org]
Sent: Tuesday, July 08, 2014 12:19 PM
To: Alexey Samsonov
Cc: sgundapa; LLVM Dev
Subject: Re: [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.
More information about the llvm-dev
mailing list