Skip to content

Commit

Permalink
depstest: add messageformat2_evaluation.o to ignore list (for spuriou…
Browse files Browse the repository at this point in the history
…s reference to std::exception)
  • Loading branch information
catamorphism committed Oct 25, 2024
1 parent 5343da5 commit 7459872
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions icu4c/source/test/depstest/depstest.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ def _ReadLibrary(root_path, library_name):
("i18n/messageformat2_data_model.o", "typeinfo for std::exception"),
("i18n/messageformat2_data_model.o", "vtable for std::exception"),
("i18n/messageformat2_data_model.o", "std::exception::~exception()"),
("i18n/messageformat2_evaluation.o", "typeinfo for std::exception"),
("i18n/messageformat2_evaluation.o", "vtable for std::exception"),
("i18n/messageformat2_evaluation.o", "std::exception::~exception()"),
("i18n/messageformat2_formattable.o", "typeinfo for std::exception"),
("i18n/messageformat2_formattable.o", "vtable for std::exception"),
("i18n/messageformat2_formattable.o", "std::exception::~exception()"),
Expand Down

0 comments on commit 7459872

Please sign in to comment.