Displaying 2 results from an estimated 2 matches for "my_h".
Did you mean:
my_
2020 Sep 03
2
[Proposal][Debuginfo] dsymutil-like tool for ELF.
...it implementation of DWARFLinker.
(basing on the scenario which Jonas described in other letter in that
thread).
The types merging could be the next step...
Following is the result of compilation of your example on darwin(showing
that dsymutil does not merge such types):
$ cat struct.h
#ifndef MY_H
#define MY_H
struct foo {
template <class T> int fff () { return sizeof(T); }
};
#endif // MY_H
$ cat mod1.cpp
#include "struct.h"
int test1 ( ) {
foo var;
return var.fff<int>();
}
$ cat mod2.cpp
#include "struct.h"
int test2 ( ) {
foo var;
retur...
2020 Sep 02
2
[Proposal][Debuginfo] dsymutil-like tool for ELF.
On 02.09.2020 21:44, David Blaikie wrote:
>
>
> On Wed, Sep 2, 2020 at 9:56 AM Alexey <avl.lapshin at gmail.com
> <mailto:avl.lapshin at gmail.com>> wrote:
>
>
> On 01.09.2020 20:07, David Blaikie wrote:
>> Fair enough - thanks for clarifying the differences! (I'd still
>> lean a bit towards this being dwz-esque, as you say "an