Files
clang-p2996/llvm/test/Instrumentation
Marco Elver 8c469d1693 [SanitizerBinaryMetadata] Make constructors/destructors hidden
By switching them to external with default visibility, DSOs may not call
their own constructor/destructor. This is incorrect, because they pass
different parameters.

Fix it by marking the ctors/dtors as external linkage but with hidden
visibility.

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D143611
2023-02-09 00:46:28 +01:00
..
2022-12-30 20:33:27 -08:00