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

Build sycl-xocc for check-all and move to sycl/tools #4

Commits on Apr 9, 2019

  1. Build sycl-xocc for check-all and move to sycl/tools

    The problem with sycl-xocc not building directly to the bin wasn't 
    related to needing to build twice.
    
    It was related to using make check-all, I assumed that make check-all 
    would build all the deployment related components of SYCL but it only 
    builds a sub-section of them related to the testing infrastructure.
    
    Since a long term goal is to have our own tests integrated with the 
    existing sycl test suite, I don't see any harm in including sycl-xocc as 
    a dependency for the test-suite for the time being.
    
    This means make check-all and regular make should compile the sycl-xocc 
    script to the bin appropriately.
    
    I also moved the sycl-xocc script and directory from clang/tools to 
    sycl/tools. This way it should be easier to find for people wondering 
    where the script is.
    agozillon committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    06c37b6 View commit details
    Browse the repository at this point in the history