search for: arm_sourc

Displaying 4 results from an estimated 4 matches for "arm_sourc".

Did you mean: arm_sources
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.
2014 Jul 10
3
[LLVMdev] [compiler-rt] CMake bug in building ARM builtins library
...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. > > -- Alexey Samsonov vonosmas at gmail.com -------------- next part -------------- An HTML attachment was scr...
2014 Jul 08
4
[LLVMdev] [compiler-rt] CMake bug in building ARM builtins library
I noticed the compiler-rt/lib/builtins/CmakeLists.txt is not including the .S files in building clang_rt.builtins-arm.a We need to tell the CMake build system that the .S files are also the source files. Is there any intention behind leaving the .S files not to compile? If not, let me know and I will push a patch. --Sumanth G -------------- next part -------------- An HTML attachment
2014 Jan 22
2
[LLVMdev] compiler-rt for ARM-Linux with CMake?
On 20 December 2013 10:43, Alexey Samsonov <samsonov at google.com> wrote: > There are simply no CMake build rules for building compiler-rt > libraries targeting ARM (see compiler-rt/lib/CMakeLists.txt). > Hi Alexey, I've added the ARM files on that CMake file but I got nothing compiled on ARM. Am I missing something? About the sanitizers, is there anyone that is known to