Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for subdirectories in input names
Comgr's amd_comgr_set_data_name() currently has no stated restrictions on provided names. However, previously names with a "/" would generate a file-not-found error when set as an output file name for clang-driver commands due to missing subdirectories. In this patch we update Comgr to generate these subdirectories before executing clang-driver commands. Change-Id: I39414ad8c336f196f94974dd13c025e4e7963e64
- Loading branch information