In this simple commit, I add the declaration of the weak functions to the internal interface of sanitizer common.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM
Sounds reasonable. But a question is whether we have a test that will break if we forget to add another function here (when we add one)?
Comment Actions
@kcc I think we should add tests to check that the interface include in "compiler-rt/include" directory matches the exported interface. That way, we ensure that we provide an appropriate header to users.