Skip to content

Commit 3350793

Browse files
committed
[multilib.yaml] Rename the FatalError keyword to Error.
LLVM PR llvm/llvm-project#110804 made this change at the request of a code reviewer of the original patch.
1 parent 1133650 commit 3350793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1518,7 +1518,7 @@ function(add_nonexistent_library_variant)
15181518
)
15191519
cmake_parse_arguments(ERR "" "${one_value_args}" "" ${ARGN})
15201520

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

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

0 commit comments

Comments
 (0)