Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SYCL][sycl-xocc] Cleanup intermediate files sycl-xocc generates and places in /tmp/ #26

Open
agozillon opened this issue May 9, 2019 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@agozillon
Copy link
Contributor

agozillon commented May 9, 2019

Not the biggest problem and rather useful for debugging right now, but we shouldn't really be filling a users /tmp/ directory with garbage files and not cleaning them up!

This could be linked into #25 so that when a user passes --save-temps to Clang, we do not clean up our intermediate files. However, there was a bug with using --save-temps when compiling for Intel devices and there is an open Issue on the Intel/SYCL repository relating to this it. Although, it appears that when altering the driver to use our own ToolChain and fpga/xilinx triple it may have inadvertently bypassed it

@agozillon agozillon added enhancement New feature or request good first issue Good for newcomers labels May 9, 2019
Ralender pushed a commit to Ralender/sycl that referenced this issue Jul 1, 2020
  CONFLICT (content): Merge conflict in llvm/lib/Support/Triple.cpp
  CONFLICT (content): Merge conflict in llvm/include/llvm/ADT/Triple.h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant