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

Fix ClangOpenCLBuiltinsImpl target not found #15

Closed
wants to merge 1 commit into from

Commits on Jun 14, 2019

  1. Fix ClangOpenCLBuiltinsImpl target not found

    set_source_files_properties OBJECT_DEPENDS for SemaLookup.cpp does not work as it's actually looking for a file target rather then a custom (clang_tablegen) target. The add_dependencies is going to fix the dependency error.
    
    See also llvm-mirror/clang#63 https://github.com/llvm-mirror/clang/pull/63/files
    duzy authored Jun 14, 2019
    Configuration menu
    Copy the full SHA
    77e9ff5 View commit details
    Browse the repository at this point in the history