Displaying 8 results from an estimated 8 matches for "asan_inst_test_objects".
2016 Feb 25
2
asan link failure when configuring with -DBUILD_SHARED_LIBS=ON
...braries enabled, so I'm not sure why asan is
looking for .a archives.
$ cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug -DLLVM_BUILD_TESTS=ON
-DCLANG_INCLUDE_DOCS=ON -DBUILD_SHARED_LIBS=ON ../llvm
$ ninja check-all
FAILED: cd [..]bld/projects/compiler-rt/lib/asan/tests &&
[...]/bld/./bin/clang ASAN_INST_TEST_OBJECTS.gtest-all.cc.i386-with-calls.o
ASAN_INST_TEST_OBJECTS.asan_asm_test.cc.i386-with-calls.o
ASAN_INST_TEST_OBJECTS.asan_globals_test.cc.i386-with-calls.o
ASAN_INST_TEST_OBJECTS.asan_interface_test.cc.i386-with-calls.o
ASAN_INST_TEST_OBJECTS.asan_test.cc.i386-with-calls.o
ASAN_INST_TEST_OBJECTS.asan_oo...
2016 Feb 26
0
asan link failure when configuring with -DBUILD_SHARED_LIBS=ON
...re why asan is
> looking for .a archives.
>
> $ cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug -DLLVM_BUILD_TESTS=ON
> -DCLANG_INCLUDE_DOCS=ON -DBUILD_SHARED_LIBS=ON ../llvm
> $ ninja check-all
> FAILED: cd [..]bld/projects/compiler-rt/lib/asan/tests &&
> [...]/bld/./bin/clang ASAN_INST_TEST_OBJECTS.gtest-all.cc.i386-with-calls.o
> ASAN_INST_TEST_OBJECTS.asan_asm_test.cc.i386-with-calls.o
> ASAN_INST_TEST_OBJECTS.asan_globals_test.cc.i386-with-calls.o
> ASAN_INST_TEST_OBJECTS.asan_interface_test.cc.i386-with-calls.o
> ASAN_INST_TEST_OBJECTS.asan_test.cc.i386-with-calls.o
> ASAN_...
2016 Feb 26
2
asan link failure when configuring with -DBUILD_SHARED_LIBS=ON
...ing for .a archives.
>>
>> $ cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug -DLLVM_BUILD_TESTS=ON
>> -DCLANG_INCLUDE_DOCS=ON -DBUILD_SHARED_LIBS=ON ../llvm
>> $ ninja check-all
>> FAILED: cd [..]bld/projects/compiler-rt/lib/asan/tests &&
>> [...]/bld/./bin/clang ASAN_INST_TEST_OBJECTS.gtest-all.cc.i386-with-calls.o
>> ASAN_INST_TEST_OBJECTS.asan_asm_test.cc.i386-with-calls.o
>> ASAN_INST_TEST_OBJECTS.asan_globals_test.cc.i386-with-calls.o
>> ASAN_INST_TEST_OBJECTS.asan_interface_test.cc.i386-with-calls.o
>> ASAN_INST_TEST_OBJECTS.asan_test.cc.i386-with-ca...
2016 Feb 26
0
asan link failure when configuring with -DBUILD_SHARED_LIBS=ON
...;>>
>>> $ cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug -DLLVM_BUILD_TESTS=ON
>>> -DCLANG_INCLUDE_DOCS=ON -DBUILD_SHARED_LIBS=ON ../llvm
>>> $ ninja check-all
>>> FAILED: cd [..]bld/projects/compiler-rt/lib/asan/tests &&
>>> [...]/bld/./bin/clang ASAN_INST_TEST_OBJECTS.gtest-all.cc.i386-with-calls.o
>>> ASAN_INST_TEST_OBJECTS.asan_asm_test.cc.i386-with-calls.o
>>> ASAN_INST_TEST_OBJECTS.asan_globals_test.cc.i386-with-calls.o
>>> ASAN_INST_TEST_OBJECTS.asan_interface_test.cc.i386-with-calls.o
>>> ASAN_INST_TEST_OBJECTS.asan_test...
2014 Sep 05
2
[LLVMdev] [Compiler-RT] ARM build fails with unknown argument
...eniy,
I'm getting this error while building on ARM:
clang (LLVM option parsing): Unknown command line argument
'-asan-instrument-assembly'. Try: 'clang (LLVM option parsing) -help'
clang (LLVM option parsing): Did you mean '-asan-instrument-atomics'?
[6/32] Generating ASAN_INST_TEST_OBJECTS.asan_asm_test.cc.arm-inline.o
This doesn't happen on x86_64, so I'm guessing it's target specific.
Any ideas?
I'm putting up a buildbot that compilers and tests compilel-rt on ARM,
so we can track those things...
cheers,
--renato
2014 Oct 03
2
[LLVMdev] ASAN tests on ARM
Hi,
I'm trying to run the ASAN tests on ARM (to fix the CMake RT bot we
have) and I'm hitting a different bug on my Chomebook than I have on
the bots:
[6/32] Generating ASAN_INST_TEST_OBJECTS.asan_interface_test.cc.arm-inline.o
...
clang-3.6: warning: argument unused during compilation: '-march=armv7-a'
clang (LLVM option parsing): Unknown command line argument
'-asan-instrument-assembly'.
clang (LLVM option parsing): Did you mean '-asan-instrument-atomics'?
Is...
2017 Mar 11
2
Use of host/target compiler when building compiler-rt
...oogle/home/blaikie/dev/llvm/src/runtimes/compiler-rt/lib/tsan/tests/unit/tsan_mman_test.cc:14:10:
fatal error: 'sanitizer/allocator_interface.h' file not found
#include <sanitizer/allocator_interface.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[370/409] Generating ASAN_INST_TEST_OBJECTS.asan_test.cc.x86_64-inline.o
> -Chris
>
> On Mar 9, 2017, at 11:45 AM, David Blaikie <dblaikie at gmail.com> wrote:
>
>
> On Thu, Mar 9, 2017 at 11:25 AM Chris Bieneman <beanz at apple.com> wrote:
>
> On Mar 8, 2017, at 4:42 PM, David Blaikie <dblaikie at gm...
2017 Mar 09
2
Use of host/target compiler when building compiler-rt
On Thu, Mar 9, 2017 at 11:25 AM Chris Bieneman <beanz at apple.com> wrote:
> On Mar 8, 2017, at 4:42 PM, David Blaikie <dblaikie at gmail.com> wrote:
>
>
>
> On Wed, Mar 8, 2017 at 3:23 PM Chris Bieneman <beanz at apple.com> wrote:
>
> On Mar 8, 2017, at 3:16 PM, David Blaikie <dblaikie at gmail.com> wrote:
>
>
>
> On Wed, Mar 8, 2017 at