Displaying 6 results from an estimated 6 matches for "dfsw".
Did you mean:
dfsg
2014 Oct 07
2
[LLVMdev] Debug Info and DFSan
...'-O0 -g'. A 'break main'/'run'/'break strlen'/'cont'
>>> gives a relevant stack trace:
>>>
>>> #0 __strlen_sse2_pminub () at
>>> ../sysdeps/x86_64/multiarch/strlen-sse2-pminub.S:33
>>> #1 0x00005555555587ff in __dfsw_strlen (s=0x55555556fe17 "foo",
>>> s_label=<optimized out>, ret_label=0x7fffffffddee)
>>> at llvm/projects/compiler-rt/lib/dfsan/dfsan_custom.cc:203
>>> #2 0x000055555556bbdc in dfsw$strlen ()
>>> #3 0x000055555556bb51 in len (strlen_ptr=0x...
2014 Oct 07
2
[LLVMdev] Debug Info and DFSan
.../'break
> strlen'/'cont'
> > >>> gives a relevant stack trace:
> > >>>
> > >>> #0 __strlen_sse2_pminub () at
> > >>> ../sysdeps/x86_64/multiarch/strlen-sse2-pminub.S:33
> > >>> #1 0x00005555555587ff in __dfsw_strlen (s=0x55555556fe17 "foo",
> > >>> s_label=<optimized out>, ret_label=0x7fffffffddee)
> > >>> at llvm/projects/compiler-rt/lib/dfsan/dfsan_custom.cc:203
> > >>> #2 0x000055555556bbdc in dfsw$strlen ()
> > >>> #3...
2014 Oct 07
2
[LLVMdev] Debug Info and DFSan
...gt; > > >>> gives a relevant stack trace:
> > > > >>>
> > > > >>> #0 __strlen_sse2_pminub () at
> > > > >>> ../sysdeps/x86_64/multiarch/strlen-sse2-pminub.S:33
> > > > >>> #1 0x00005555555587ff in __dfsw_strlen (s=0x55555556fe17 "foo",
> > > > >>> s_label=<optimized out>, ret_label=0x7fffffffddee)
> > > > >>> at llvm/projects/compiler-rt/lib/dfsan/dfsan_custom.cc:203
> > > > >>> #2 0x000055555556bbdc in dfsw$strlen...
2017 Jun 15
2
Linker error while linking DataFlowSanitizer to LLVM IR
...`_start':
(.text+0x20): undefined reference to `main'
/tmp/test2-c642ef.o: In function `dfs$main':
test2.bc:(.text+0x96): undefined reference to `dfs$dfsan_create_label'
test2.bc:(.text+0xeb): undefined reference to `dfs$dfsan_set_label'
/tmp/test2-c642ef.o: In function `dfs$dfsw$dfsan_create_label':
test2.bc:(.text+0x16e): undefined reference to `dfs$dfsan_create_label'
/tmp/test2-c642ef.o: In function `dfs$dfsw$dfsan_set_label':
test2.bc:(.text+0x1e4): undefined reference to `dfs$dfsan_set_label'
clang-3.8: error: linker command failed with exit code 1...
2014 Oct 07
2
[LLVMdev] Debug Info and DFSan
...is concerned)
> I compile this with '-O0 -g'. A 'break main'/'run'/'break strlen'/'cont'
> gives a relevant stack trace:
>
> #0 __strlen_sse2_pminub () at
> ../sysdeps/x86_64/multiarch/strlen-sse2-pminub.S:33
> #1 0x00005555555587ff in __dfsw_strlen (s=0x55555556fe17 "foo",
> s_label=<optimized out>, ret_label=0x7fffffffddee)
> at llvm/projects/compiler-rt/lib/dfsan/dfsan_custom.cc:203
> #2 0x000055555556bbdc in dfsw$strlen ()
> #3 0x000055555556bb51 in len (strlen_ptr=0x55555556bbc0 <dfsw$strlen>...
2014 Oct 07
2
[LLVMdev] Debug Info and DFSan
Hi Peter,
After discovering several bugs in ArgumentPromotion and
DeadArgumentElimination where llvm::Functions were replaced with similar
functions (with the same name) to transform their type in some way, I
started looking at all calls to llvm::Function::takeName to see if there
were any other debug info quality bugs in similar callers.
One such caller is the DataFlowSanitizer, and I don't