diff options
author | Naveen Seth Hanig <naveen.hanig@outlook.com> | 2025-08-11 01:11:34 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-10 21:41:34 +0200 |
commit | a2d353ea17e14a1fc193ec1cf4a6cd39cd73ee44 (patch) | |
tree | dde1384b6d3845eed9075760bb3e0c69e84675b4 /llvm/lib/ExecutionEngine | |
parent | 7de50beb5281ec860a810ffa544d67be21d78412 (diff) | |
download | llvm-a2d353ea17e14a1fc193ec1cf4a6cd39cd73ee44.zip llvm-a2d353ea17e14a1fc193ec1cf4a6cd39cd73ee44.tar.gz llvm-a2d353ea17e14a1fc193ec1cf4a6cd39cd73ee44.tar.bz2 |
[Support] Fix CRTP for GraphWriter (NFC) (#152811)
Commit 474bbc1 forgot to change the members of GraphWriterBase from private
to protected.
Because of this, GraphWriter can't be properly partially specialized using CRTP.
This commit corrects that, allowing GraphWriterBase to be partially specialized
using CRTP as intended.
Diffstat (limited to 'llvm/lib/ExecutionEngine')
0 files changed, 0 insertions, 0 deletions