Displaying 2 results from an estimated 2 matches for "namess".
Did you mean:
names
2019 May 16
2
How data is laid out in default.profraw when doing profiling?
...ompiler-rt and followed this layout.
```
ProfDataIOVec IOVec[] = {
{&Header, sizeof(__llvm_profile_header), 1},
{DataBegin, sizeof(__llvm_profile_data), DataSize},
{CountersBegin, sizeof(uint64_t), CountersSize},
{SkipNameDataWrite ? NULL : NamesBegin, sizeof(uint8_t), NamesSize},
{Zeroes, sizeof(uint8_t), Padding}};
```
This helped us successfully passed some small cases(not know for sure whether the coverage result is true, but we can see coverage report). But when we added more cases, `llvm-cov show -arch=xxx ...` gave us an assertion when entering fuction `...
1998 Apr 20
1
Incomplete browselists with %G
When I build an smb.conf using a line like:
include = /usr/local/samba/lib/%G.conf
then it works beautifully for the shares that are listed in the
appropriate <primary group>.conf files, that is, I can connect to them
and all...
However, I can only _browse_ the shares listed in the main smb.conf
file, not the ones in the <primary group>.conf files that should
be included, even