Skip to content

Commit

Permalink
[multilib.yaml] Rename the FatalError keyword to Error.
Browse files Browse the repository at this point in the history
LLVM PR llvm/llvm-project#110804 made this
change at the request of a code reviewer of the original patch.
  • Loading branch information
statham-arm committed Oct 7, 2024
1 parent 1133650 commit 598ac75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1518,7 +1518,7 @@ function(add_nonexistent_library_variant)
)
cmake_parse_arguments(ERR "" "${one_value_args}" "" ${ARGN})

string(APPEND multilib_yaml_content "- FatalError: \"${ERR_ERROR_MESSAGE}\"\n")
string(APPEND multilib_yaml_content "- Error: \"${ERR_ERROR_MESSAGE}\"\n")

string(APPEND multilib_yaml_content " Flags:\n")
string(REPLACE " " ";" multilib_flags_list ${ERR_MULTILIB_FLAGS})
Expand Down

0 comments on commit 598ac75

Please sign in to comment.