This is an archive of the discontinued LLVM Phabricator instance.

Fix the test case that places intermediate in source directory
ClosedPublic

Authored by shenhan on Jun 6 2018, 11:45 AM.

Details

Summary

Fix the problem that the test intermediate file is created in source file, it should be placed in a directory.

This causes "permission denied" error in some controlled test environment where source tree is read-only.

Diff Detail

Repository
rL LLVM

Event Timeline

shenhan created this revision.Jun 6 2018, 11:45 AM
echristo accepted this revision.Jun 6 2018, 11:49 AM

Looks like a simple oops and feel free to fix anything like this without putting up a review in the future :)

This revision is now accepted and ready to land.Jun 6 2018, 11:49 AM
This revision was automatically updated to reflect the committed changes.