[PATCH] D51972: [RISCV] Explicitly set an empty --sysroot in the test
Lewis Revill via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 12 07:35:41 PDT 2018
lewis-revill accepted this revision.
lewis-revill added a comment.
This revision is now accepted and ready to land.
The reasoning seems sound for this testcase change. I think the behaviour of `computeSysRoot()` makes sense under this condition since it follows what the user specified, it's just not something I thought of when writing the tests for the previous patch.
Thanks
https://reviews.llvm.org/D51972
More information about the cfe-commits
mailing list