This string isn't a plain architecture name, but contains the whole
subdir name used for the sysroot, which often is equal to the target
triple.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
How is this different from clang::driver::Driver::SysRoot?
From SysrootName + "/sys-root" looks like the sys-root directory is the sysroot? Perhaps there is a better way describing SysrootName but I cannot think of it...
SysrootName may be good enough.
Comment Actions
Yeah, it’s kinda vague what it is. It’s mainly a triple, except that it also can be “mingw32” or similar, in some cases. I guess it could be SubdirName too, or something related to that.