Skip to content

Commit 618f796

Browse files
Opt, 解决单元测试WinSDK 26100下的符号缺失误报
1 parent c30b1a5 commit 618f796

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

UnitTest/UnitTest.cpp

+6
Original file line numberDiff line numberDiff line change
@@ -873,6 +873,12 @@ namespace UnitTest
873873
{
874874
continue;
875875
}
876+
877+
// xmm浮点数立即数
878+
if (strnicmp(Symbol, "__xmm@", 6) == 0)
879+
{
880+
continue;
881+
}
876882
Symbols.push_back(Symbol);
877883
}
878884

0 commit comments

Comments
 (0)