This patch virtualizes the getStatus function on InMemoryNode in LLVM VFS. Currently, this is implemented via top-level function getNodeStatus that tries to cast InMemoryNode * into each subtype. Virtual functions seem to be the simpler solution here.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo