search for: clea

Displaying 3 results from an estimated 3 matches for "clea".

Did you mean: clear
2018 Jan 31
1
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...size. > > (resending as apparently my pastes generated a ton of hidden html data and this message hit the mailinglist limit of 100k) This email also embedded this tracker: <img class=3D"gmai= l-ajz" id=3D"gmail-:od" src=3D"https://mail.google.com/mail/u/0/images/clea= rdot.gif" alt=3D”"> Which has then been duplicated in every reply so far. I don’t know if it’s malicious on your part or if your mail client has been compromised, but it’s definitely impolite. David
2018 Jan 26
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
yeah, apparently .bss has a flag of unitialized data that is not being respected on the layout of the coff files (it should skip those sections) but I dunno what to do with .data as it doesn't have a size. (resending as apparently my pastes generated a ton of hidden html data and this message hit the mailinglist limit of 100k) -- Leonardo Santagada -------------- next part -------------- An
2018 Jan 26
4
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
dumpbin has some clues. I ran dumpbin /all on both object files and diffed the results. In the good object file, Section #2 (.data) has File Pointer to Raw Data = 208, but in the bad file Section #2 (.data) has File Pointer to Raw Data = 0. Also, Section #3 (.bss) in the good file has Size of Raw Data = 4, but in the bad file Section #3 (.bss) has Size of Raw Data = 0. On Fri, Jan 26, 2018 at