Skip to content

Commit

Permalink
[dataflow] Try to fix missing order dependency in HTMLLogger
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-mccall committed Apr 20, 2023
1 parent 29823e2 commit 2811472
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clang/lib/Analysis/FlowSensitive/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ add_clang_library(clangAnalysisFlowSensitive
WatchedLiteralsSolver.cpp
DebugSupport.cpp

DEPENDS
clangAnalysisFlowSensitiveResources
LINK_LIBS
clangAnalysis
clangAST
Expand All @@ -29,4 +31,3 @@ add_custom_command(OUTPUT HTMLLogger.inc
DEPENDS ${CLANG_SOURCE_DIR}/utils/bundle_resources.py HTMLLogger.html HTMLLogger.css HTMLLogger.js
VERBATIM)
add_custom_target(clangAnalysisFlowSensitiveResources DEPENDS HTMLLogger.inc)
add_dependencies(clangAnalysisFlowSensitive clangAnalysisFlowSensitiveResources)

0 comments on commit 2811472

Please sign in to comment.