[all-commits] [llvm/llvm-project] 7ac044: [SanitizerCoverage] Support opaque pointers
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Jun 28 13:19:08 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7ac0442fe59dbe0f9127e79e8786a7dd6345c537
https://github.com/llvm/llvm-project/commit/7ac0442fe59dbe0f9127e79e8786a7dd6345c537
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-06-28 (Mon, 28 Jun 2021)
Changed paths:
M llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp
A llvm/test/Instrumentation/SanitizerCoverage/opaque-ptr.ll
Log Message:
-----------
[SanitizerCoverage] Support opaque pointers
Pass element type rather than pointer type to some functions, so
we know which type to use for the global variables.
More information about the All-commits
mailing list