[PATCH] D79312: [ORC] Preliminary support for removable code.
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 4 14:00:12 PDT 2020
dblaikie added inline comments.
================
Comment at: llvm/lib/ExecutionEngine/Orc/Core.cpp:1763
+JITDylibDestructionListener::~JITDylibDestructionListener() {}
+
----------------
`= default`, maybe? (no functional difference, but I like that it at least has the potential to give the frontend a little more information it could use at some point)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79312/new/
https://reviews.llvm.org/D79312
More information about the llvm-commits
mailing list