[PATCH] D137473: [vfs] Allow root paths relative to the directory of the vfsoverlay YAML file
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 8 00:39:47 PST 2022
phosek added inline comments.
================
Comment at: llvm/include/llvm/Support/VirtualFileSystem.h:660
/// 'use-external-names': <boolean, default=true>
+/// 'root-relative': <string, one of 'cwd' or 'yaml-dir', default='cwd'>
/// 'overlay-relative': <boolean, default=false>
----------------
Could we make this just a boolean akin to `overlay-relative` since there are only two options (default to `false`)?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137473/new/
https://reviews.llvm.org/D137473
More information about the cfe-commits
mailing list