"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "718da668ab066d742bd2d4670714c64e98ee39fb"
Allow multi-component paths in VFS file nodes
This allows the 'name' field to contain a path, like { 'type': 'directory', 'name': '/path/to/dir', 'contents': [ ... ] } which not only simplifies reading and writing these files (for humans), but makes it possible to easily modify locations via textual replacement, which would not have worked in the old scheme. E.g. sed s:<ROOT>:<NEW ROOT> llvm-svn: 202109
Loading
Please register or sign in to comment