search for: constchar

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

Did you mean: constar
2017 Jun 07
2
[cfe-dev] RFC: ODR checker for Clang and LLD
...o with it. It's similar to some parts of debug info in that there's no real benefit to representing it as anything other than a blob. I was thinking (hand-wavingly vague since I don't know that much about > object files, etc) one of those auto-appending sections and an array of > constchar*+hash attributed to that section. (then even without an > odr-checking aware linker (which would compare and discard these sections) > the data could be merged & a post-processing pass on the binary could still > point out ODR violations without anything in the toolchain (except clang)...
2017 Jun 10
2
[cfe-dev] RFC: ODR checker for Clang and LLD
...ile's string table and the ODR table, as discussed elsewhere. Peter > -- > Mehdi > > > >> >> I was thinking (hand-wavingly vague since I don't know that much about >>> object files, etc) one of those auto-appending sections and an array of >>> constchar*+hash attributed to that section. (then even without an >>> odr-checking aware linker (which would compare and discard these sections) >>> the data could be merged & a post-processing pass on the binary could still >>> point out ODR violations without anything in the...
2017 Jun 07
8
RFC: ODR checker for Clang and LLD
Hi all, I'd like to propose an ODR checker feature for Clang and LLD. The feature would be similar to gold's --detect-odr-violations feature, but better: we can rely on integration with clang to avoid relying on debug info and to perform more precise matching. The basic idea is that we use clang's ability to create ODR hashes for declarations. ODR hashes are computed using all