search for: build_path

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

Did you mean: build_rpath
2012 Jul 11
2
[LLVMdev] AddressSanitizer+CMake unittest question
And one more question regarding ASan cmake build. Currently unittests are fine, but regular "clang -faddress-sanitizer" is not: current cmake build stores libclang_rt.asan-x86_64.a together with all the LLVM libs (in $build_path/lib/libclang_rt.asan-x86_64.a), but the Clang driver looks for asan runtime in clang resource dir: $build_path/lib/clang/3.2/lib/linux/libclang_rt.asan-x86_64.a). I can try to find a way to how this can be fixed, but probably you can tell the answer right away. On Tue, Jun 26, 2012 at 11:41 AM, Ch...
2012 Jul 11
0
[LLVMdev] AddressSanitizer+CMake unittest question
...ote: I don't like that the current cmake machinery builds asan tests by explicitly passing libclang_rt.asan-x86_64.a. IMO it needs to use "clang -faddress-sanitizer". --kcc > > current cmake build stores libclang_rt.asan-x86_64.a together with all the > LLVM libs > (in $build_path/lib/libclang_rt.asan-x86_64.a), but the Clang driver looks > for asan runtime > in clang resource dir: > $build_path/lib/clang/3.2/lib/linux/libclang_rt.asan-x86_64.a). I can > try to find a way to how this can be fixed, but probably you can tell the > answer right away. > > On...
2012 Jun 26
0
[LLVMdev] AddressSanitizer+CMake unittest question
On Tue, Jun 26, 2012 at 12:37 AM, Alexey Samsonov <samsonov at google.com> wrote: > > > > On Tue, Jun 26, 2012 at 11:06 AM, Chandler Carruth <chandlerc at google.com> wrote: >> >> On Mon, Jun 25, 2012 at 7:38 AM, Kostya Serebryany <kcc at google.com> wrote: >> > >> > >> > >> > On Mon, Jun 25, 2012 at 5:43 PM, Kostya
2012 Jun 26
2
[LLVMdev] AddressSanitizer+CMake unittest question
On Tue, Jun 26, 2012 at 11:06 AM, Chandler Carruth <chandlerc at google.com>wrote: > On Mon, Jun 25, 2012 at 7:38 AM, Kostya Serebryany <kcc at google.com> wrote: > > > > > > > > On Mon, Jun 25, 2012 at 5:43 PM, Kostya Serebryany <kcc at google.com> > wrote: > >> > >> > >> > >> On Mon, Jun 25, 2012 at 4:00 PM,