소스 검색

Add TablegenHLSLOptions dependency to dxcompiler (#2175)

Fixes build break in parallel builds
Helena Kotas 6 년 전
부모
커밋
ed44f7ff70
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tools/clang/tools/dxcompiler/CMakeLists.txt

+ 1 - 0
tools/clang/tools/dxcompiler/CMakeLists.txt

@@ -114,6 +114,7 @@ set(GENERATED_HEADERS
   )
 
 add_clang_library(dxcompiler SHARED ${SOURCES})
+add_dependencies(dxcompiler TablegenHLSLOptions) 
 if (WIN32)
   # No DxcEtw on non-Windows platforms.
   add_dependencies(dxcompiler DxcEtw)