chore: import upstream snapshot with attribution
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user