Skip to content

Commit 1866e86

Browse files
committed
Cleanup comment wording
1 parent 58a62f4 commit 1866e86

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tools/clang/lib/Lex/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ set_source_files_properties("${hlsl_embedded_decls}"
8787
# Make the generated .inc files visible to HLSLEmbeddedHeaders.cpp.
8888
include_directories("${hlsl_embedded_dir}")
8989

90-
# Carry the generated .inc files as an explicit dependency of the
91-
# library target so they're produced before HLSLEmbeddedHeaders.cpp is
92-
# compiled.
90+
# Add the generated .inc files as inputs to the target so that they're treated
91+
# as dependencies of the target and get built before the .cpp file that includes
92+
# them.
9393
set(hlsl_embedded_generated_files
9494
"${hlsl_embedded_decls}"
9595
"${hlsl_embedded_entries_inc}")

0 commit comments

Comments
 (0)