Displaying 7 results from an estimated 7 matches for "test_main".
Did you mean:
gtest_main
2012 Nov 19
0
[LLVMdev] Debug information under windows
...o be done was to emit
.secrel32 instructions in few places instead of sections offsets in
label difference form.
Here is how I've been building executable for tests (under MinGW console):
llc test.bc -filetype=asm -march=x86 -x86-asm-syntax=att
-mtriple=i686-pc-mingw32 -disable-fp-elim
llc test_main.bc -filetype=asm -march=x86 -x86-asm-syntax=att
-mtriple=i686-pc-mingw32 -disable-fp-elim
gcc -g -c test.s -o test.o
gcc -g -c test_main.s -o test_main.o
gcc -g test_main.o test.o -o test
Someone more familiar with LLVM code than me should probably review my
proposed patch. My source revision wa...
2012 Oct 26
5
[LLVMdev] Debug information under windows
Hello,
Recently I found binaries produced with LLVM impossible to debug under
Windows. This was probably related to the following bug:
http://llvm.org/bugs/show_bug.cgi?id=13636
Asm generated from .ll files revealed that some offsets to debug
information were incorrect: they were absolute instead of relative to
their sections.
Following patch seemed to have repaired the problem, so I'm
2020 Sep 13
2
libva-utils test siuite is crashing in nouveau sriver
...premature_exit_file = <optimized out>
in_death_test_child_process = <optimized out>
premature_exit_file = <optimized out>
#14 RUN_ALL_TESTS () at ../test/gtest/include/gtest/gtest.h:2233
No locals.
#15 main (argc=<optimized out>, argv=0x7ffea3f6e798) at test_main.cpp:31
No locals.
(gdb)
```
Any help/hints about what I can do to help diagnose that issue?
kloczek
--
Tomasz K?oczko | LinkedIn: *http://lnkd.in/FXPWxH <http://lnkd.in/FXPWxH>*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.or...
2013 Oct 31
0
Trap invalide opcode error
...86_64-unknown-linux-gnu/timer.o
r - output/pjlib-x86_64-unknown-linux-gnu/types.o
../src/pjlib-test/activesock.c: In function ?udp_echo_srv_create?:
../src/pjlib-test/activesock.c:104:9: warning: variable ?addr_len? set but not used [-Wunused-but-set-variable]
../src/pjlib-test/test.c: In function ?test_main?:
../src/pjlib-test/test.c:218:9: warning: variable ?i? set but not used [-Wunused-but-set-variable]
../src/pjlib-test/thread.c: In function ?thread_proc?:
../src/pjlib-test/thread.c:76:14: warning: variable ?id? set but not used [-Wunused-but-set-variable]
../src/pjlib-util/dns.c: In function ?pj_...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version"
This series removes some of the really old deadwood from the tools build
and makes some other things which are on their way out configurable at
build time with a default depending on how far down the slope I judge
them to be.
* nuke in tree copy of libaio
* nuke obsolete tools: xsview, miniterm, lomount & sv
*
2011 Mar 09
14
[PATCH 00/12] elflink shrinkage
From: Matt Fleming <matt.fleming at linux.intel.com>
This is a series of patches that,
* shrink the core by moving things into an ldlinux ELF module
* begin wiring up some of the C versions of various functions
The core now only contains essential code and loads the ldlinux module
to do everything else, like providing a command line interface and
loading kernels.
The config file parsing
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com>
This series fixes some bugs and switches the elflink branch to be
entirely ELF modules. It applies on top of,
http://syslinux.zytor.com/archives/2011-April/016369.html
The deletions in the diff stat below are mainly from deleting
com32/elflink/modules (finally!). Now there should be no duplicate
code because we don't need COM32 and