Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Fix ClangOpenCLBuiltinsImpl target not found #63

Closed
wants to merge 1 commit into from
Closed

Fix ClangOpenCLBuiltinsImpl target not found #63

wants to merge 1 commit into from

Conversation

duzy
Copy link

@duzy duzy commented Jun 14, 2019

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.

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.
duzy added a commit to duzy/llvm-project that referenced this pull request Jun 14, 2019
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 duzy closed this Jun 17, 2019
@duzy duzy deleted the patch-1 branch June 17, 2019 20:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant