We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa1a62 commit 77e9ff5Copy full SHA for 77e9ff5
clang/lib/Sema/CMakeLists.txt
@@ -72,4 +72,4 @@ clang_tablegen(OpenCLBuiltins.inc -gen-clang-opencl-builtins
72
TARGET ClangOpenCLBuiltinsImpl
73
)
74
75
-set_source_files_properties(SemaLookup.cpp OBJECT_DEPENDS ClangOpenCLBuiltinsImpl)
+add_dependencies(clangSema ClangOpenCLBuiltinsImpl)
0 commit comments