chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:40:42 +08:00
commit e25996e7db
15472 changed files with 3536181 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
if(WIN32)
cc_test(
test_op_signature
SRCS test_op_signature.cc
DEPS type_info common)
else()
cc_test(
test_op_signature
SRCS test_op_signature.cc
DEPS phi common)
endif()