Displaying 20 results from an estimated 20 matches for "buildbot_cmak".
Did you mean:
buildbot_cmake
2013 Oct 16
3
[LLVMdev] ASan testing on Android
I'm following these instructions with the latest code from llvm.org:
https://code.google.com/p/address-sanitizer/source/browse/trunk/build/scripts/slave/buildbot_cmake.sh
Of SanitizerTest, AsanTest and AsanNoinstTest, I cannot get any of the
3 to pass all its tests. I've tried using an Android device running
JellyBean as well as the latest Android Emulator (20130917, api level
18). What run-time environments are known to work?
Thanks,
Greg
2014 Dec 01
2
[LLVMdev] non-x86 sanitizer buildbots: no rule to make target check-lsan etc.
...get `check-ubsan'. Stop.
+ echo @@@STEP_WARNINGS@@@
@@@STEP_WARNINGS@@@
+ cd clang_build
+ make -j16 check-dfsan
make: *** No rule to make target `check-dfsan'. Stop.
+ echo @@@STEP_WARNINGS@@@
@@@STEP_WARNINGS@@@
The problem is that the buildbot script
(zorg/buildbot/builders/sanitizers/buildbot_cmake.sh) explicitly lists
all the sanitizer check-* targets, but only some of them are supported
on non-x86 configurations. It seems silly for the buildbot script to
duplicate all the logic from compiler-rt's cmake/config-ix.cmake about
which sanitizers are supported on which targets.
Maybe compil...
2013 Oct 17
0
[LLVMdev] ASan testing on Android
...n SanitizerCommon.SpinMutex test.
On Wed, Oct 16, 2013 at 11:36 PM, Greg Fitzgerald <garious at gmail.com> wrote:
> I'm following these instructions with the latest code from llvm.org:
>
>
> https://code.google.com/p/address-sanitizer/source/browse/trunk/build/scripts/slave/buildbot_cmake.sh
>
> Of SanitizerTest, AsanTest and AsanNoinstTest, I cannot get any of the
> 3 to pass all its tests. I've tried using an Android device running
> JellyBean as well as the latest Android Emulator (20130917, api level
> 18). What run-time environments are known to work?
>...
2014 Dec 22
2
[LLVMdev] non-x86 sanitizer buildbots: no rule to make target check-lsan etc.
...GS@@@
>> + cd clang_build
>> + make -j16 check-dfsan
>> make: *** No rule to make target `check-dfsan'. Stop.
>> + echo @@@STEP_WARNINGS@@@
>> @@@STEP_WARNINGS@@@
>>
>> The problem is that the buildbot script
>> (zorg/buildbot/builders/sanitizers/buildbot_cmake.sh) explicitly lists
>> all the sanitizer check-* targets, but only some of them are supported
>> on non-x86 configurations. It seems silly for the buildbot script to
>> duplicate all the logic from compiler-rt's cmake/config-ix.cmake about
>> which sanitizers are suppo...
2013 Oct 17
2
[LLVMdev] ASan testing on Android
...;
>
> On Wed, Oct 16, 2013 at 11:36 PM, Greg Fitzgerald <garious at gmail.com> wrote:
>>
>> I'm following these instructions with the latest code from llvm.org:
>>
>>
>> https://code.google.com/p/address-sanitizer/source/browse/trunk/build/scripts/slave/buildbot_cmake.sh
>>
>> Of SanitizerTest, AsanTest and AsanNoinstTest, I cannot get any of the
>> 3 to pass all its tests. I've tried using an Android device running
>> JellyBean as well as the latest Android Emulator (20130917, api level
>> 18). What run-time environments are...
2013 May 25
2
[LLVMdev] compiler-rt tests in cmake?
...are there build instructions to build the Android shared object?
> Is there any way to build an android static lib? How about for arm-linux?
Android runtime is special, we build it in a separate build tree configured with
-DCMAKE_TOOLCHAIN_FILE=$LLVM_CHECKOUT/cmake/platforms/Android.cmake
See buildbot_cmake.sh for details.
>
> Thanks,
> Greg
>
>
> diff --git a/lib/interception/interception.h
> b/lib/interception/interception.h
> index d50af35..1771d4e 100644
> --- a/lib/interception/interception.h
> +++ b/lib/interception/interception.h
> @@ -27,8 +27,8 @@ typedef __...
2013 Oct 18
0
[LLVMdev] ASan testing on Android
...11:36 PM, Greg Fitzgerald <garious at gmail.com>
> wrote:
> >>
> >> I'm following these instructions with the latest code from llvm.org:
> >>
> >>
> >>
> https://code.google.com/p/address-sanitizer/source/browse/trunk/build/scripts/slave/buildbot_cmake.sh
> >>
> >> Of SanitizerTest, AsanTest and AsanNoinstTest, I cannot get any of the
> >> 3 to pass all its tests. I've tried using an Android device running
> >> JellyBean as well as the latest Android Emulator (20130917, api level
> >> 18). What...
2013 May 28
4
[LLVMdev] compiler-rt tests in cmake?
...ct?
>> > Is there any way to build an android static lib? How about for
>> arm-linux?
>>
>> Android runtime is special, we build it in a separate build tree
>> configured with
>> -DCMAKE_TOOLCHAIN_FILE=$LLVM_CHECKOUT/cmake/platforms/Android.cmake
>> See buildbot_cmake.sh for details.
>>
>> >
>> > Thanks,
>> > Greg
>> >
>> >
>> > diff --git a/lib/interception/interception.h
>> > b/lib/interception/interception.h
>> > index d50af35..1771d4e 100644
>> > --- a/lib/interception/in...
2013 May 27
0
[LLVMdev] compiler-rt tests in cmake?
...the Android shared
> object?
> > Is there any way to build an android static lib? How about for
> arm-linux?
>
> Android runtime is special, we build it in a separate build tree
> configured with
> -DCMAKE_TOOLCHAIN_FILE=$LLVM_CHECKOUT/cmake/platforms/Android.cmake
> See buildbot_cmake.sh for details.
>
> >
> > Thanks,
> > Greg
> >
> >
> > diff --git a/lib/interception/interception.h
> > b/lib/interception/interception.h
> > index d50af35..1771d4e 100644
> > --- a/lib/interception/interception.h
> > +++ b/lib/interce...
2013 May 29
0
[LLVMdev] compiler-rt tests in cmake?
...re any way to build an android static lib? How about for
>>> arm-linux?
>>>
>>> Android runtime is special, we build it in a separate build tree
>>> configured with
>>> -DCMAKE_TOOLCHAIN_FILE=$LLVM_CHECKOUT/cmake/platforms/Android.cmake
>>> See buildbot_cmake.sh for details.
>>>
>>> >
>>> > Thanks,
>>> > Greg
>>> >
>>> >
>>> > diff --git a/lib/interception/interception.h
>>> > b/lib/interception/interception.h
>>> > index d50af35..1771d4e 100644
>...
2013 May 29
0
[LLVMdev] compiler-rt tests in cmake?
...re any way to build an android static lib? How about for
>>> arm-linux?
>>>
>>> Android runtime is special, we build it in a separate build tree
>>> configured with
>>> -DCMAKE_TOOLCHAIN_FILE=$LLVM_CHECKOUT/cmake/platforms/Android.cmake
>>> See buildbot_cmake.sh for details.
>>>
>>> >
>>> > Thanks,
>>> > Greg
>>> >
>>> >
>>> > diff --git a/lib/interception/interception.h
>>> > b/lib/interception/interception.h
>>> > index d50af35..1771d4e 100644
>...
2013 May 29
2
[LLVMdev] compiler-rt tests in cmake?
...t; Is there any way to build an android static lib? How about for arm-linux?
>>>>
>>>> Android runtime is special, we build it in a separate build tree configured with
>>>> -DCMAKE_TOOLCHAIN_FILE=$LLVM_CHECKOUT/cmake/platforms/Android.cmake
>>>> See buildbot_cmake.sh for details.
>>>>
>>>> >
>>>> > Thanks,
>>>> > Greg
>>>> >
>>>> >
>>>> > diff --git a/lib/interception/interception.h
>>>> > b/lib/interception/interception.h
>>>> &...
2013 May 29
4
[LLVMdev] compiler-rt tests in cmake?
...about for
>>>>> arm-linux?
>>>>>
>>>>> Android runtime is special, we build it in a separate build tree
>>>>> configured with
>>>>> -DCMAKE_TOOLCHAIN_FILE=$LLVM_CHECKOUT/cmake/platforms/Android.cmake
>>>>> See buildbot_cmake.sh for details.
>>>>>
>>>>> >
>>>>> > Thanks,
>>>>> > Greg
>>>>> >
>>>>> >
>>>>> > diff --git a/lib/interception/interception.h
>>>>> > b/lib/interception/in...
2013 May 29
0
[LLVMdev] compiler-rt tests in cmake?
...ndroid static lib? How about for
>>>> arm-linux?
>>>>
>>>> Android runtime is special, we build it in a separate build tree
>>>> configured with
>>>> -DCMAKE_TOOLCHAIN_FILE=$LLVM_CHECKOUT/cmake/platforms/Android.cmake
>>>> See buildbot_cmake.sh for details.
>>>>
>>>> >
>>>> > Thanks,
>>>> > Greg
>>>> >
>>>> >
>>>> > diff --git a/lib/interception/interception.h
>>>> > b/lib/interception/interception.h
>>>> &g...
2013 May 30
0
[LLVMdev] compiler-rt tests in cmake?
...t;>> arm-linux?
>>>>>>
>>>>>> Android runtime is special, we build it in a separate build tree
>>>>>> configured with
>>>>>> -DCMAKE_TOOLCHAIN_FILE=$LLVM_CHECKOUT/cmake/platforms/Android.cmake
>>>>>> See buildbot_cmake.sh for details.
>>>>>>
>>>>>> >
>>>>>> > Thanks,
>>>>>> > Greg
>>>>>> >
>>>>>> >
>>>>>> > diff --git a/lib/interception/interception.h
>>>>>...
2013 May 25
0
[LLVMdev] compiler-rt tests in cmake?
When I build compiler-rt with clang 3.2, all lsan tests pass. The only
failing tests I see are in ubsan:
Failing Tests (6):
UndefinedBehaviorSanitizer :: Float/cast-overflow.cpp
UndefinedBehaviorSanitizer :: Integer/add-overflow.cpp
UndefinedBehaviorSanitizer :: Integer/div-zero.cpp
UndefinedBehaviorSanitizer :: Integer/sub-overflow.cpp
UndefinedBehaviorSanitizer ::
2013 May 24
2
[LLVMdev] compiler-rt tests in cmake?
I blame this line in lsan/lit_tests/lit.cfg:
# Setup attributes common for all compiler-rt projects.
compiler_rt_lit_cfg = os.path.join(llvm_src_root, "projects",
"compiler-rt",
"lib", "lit.common.cfg")
On Fri, May 24, 2013 at 2:53 PM, Alexey Samsonov <samsonov at google.com>wrote:
>
> On Fri, May 24,
2013 May 30
2
[LLVMdev] compiler-rt tests in cmake?
...?
>>>>>>>
>>>>>>> Android runtime is special, we build it in a separate build tree
>>>>>>> configured with
>>>>>>> -DCMAKE_TOOLCHAIN_FILE=$LLVM_CHECKOUT/cmake/platforms/Android.cmake
>>>>>>> See buildbot_cmake.sh for details.
>>>>>>>
>>>>>>> >
>>>>>>> > Thanks,
>>>>>>> > Greg
>>>>>>> >
>>>>>>> >
>>>>>>> > diff --git a/lib/interception/interc...
2013 May 30
0
[LLVMdev] compiler-rt tests in cmake?
...t;>>
> >>>>>>> Android runtime is special, we build it in a separate build tree
> >>>>>>> configured with
> >>>>>>> -DCMAKE_TOOLCHAIN_FILE=$LLVM_CHECKOUT/cmake/platforms/Android.cmake
> >>>>>>> See buildbot_cmake.sh for details.
> >>>>>>>
> >>>>>>> >
> >>>>>>> > Thanks,
> >>>>>>> > Greg
> >>>>>>> >
> >>>>>>> >
> >>>>>>> > d...
2013 May 30
5
[LLVMdev] compiler-rt tests in cmake?
...id runtime is special, we build it in a separate build tree
>> >>>>>>> configured with
>> >>>>>>>
>> >>>>>>> -DCMAKE_TOOLCHAIN_FILE=$LLVM_CHECKOUT/cmake/platforms/Android.cmake
>> >>>>>>> See buildbot_cmake.sh for details.
>> >>>>>>>
>> >>>>>>> >
>> >>>>>>> > Thanks,
>> >>>>>>> > Greg
>> >>>>>>> >
>> >>>>>>> >
>> >>...