Skip to content

Commit

Permalink
fixed macro implementation, fixed message typo in LLVMLibCHeaderRules…
Browse files Browse the repository at this point in the history
….cmake
  • Loading branch information
RoseZhang03 committed Jul 17, 2024
1 parent f78628e commit 5f43f10
Show file tree
Hide file tree
Showing 2 changed files with 159 additions and 159 deletions.
2 changes: 1 addition & 1 deletion libc/cmake/modules/LLVMLibCHeaderRules.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function(add_gen_header2 target_name)
return()
endif()
if(NOT ADD_GEN_HDR2_DEF_FILE)
mesage(FATAL_ERROR "`add_gen_hdr2` rule requires DEF_FILE to be specified.")
message(FATAL_ERROR "`add_gen_hdr2` rule requires DEF_FILE to be specified.")
endif()
if(NOT ADD_GEN_HDR2_GEN_HDR)
message(FATAL_ERROR "`add_gen_hdr2` rule requires GEN_HDR to be specified.")
Expand Down
Loading

0 comments on commit 5f43f10

Please sign in to comment.