[PATCH] D62005: [libunwind] [test] Fix inferring source paths
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 28 17:38:41 PDT 2019
phosek accepted this revision.
phosek added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: libunwind/test/libunwind/test/config.py:27
+ self.libcxx_src_root = (self.get_lit_conf('libcxx_src_root')
+ or os.path.join(self.libunwind_src_root, '../libcxx'))
----------------
Can you use `os.path.join(self.libunwind_src_root, '..', 'libcxx')` to make it compatible with systems that don't use `/` as path separators?
Repository:
rUNW libunwind
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62005/new/
https://reviews.llvm.org/D62005
More information about the cfe-commits
mailing list