We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b1f83 commit 8fc82abCopy full SHA for 8fc82ab
litert/ats/BUILD
@@ -186,6 +186,13 @@ cc_test(
186
"//litert/vendors/examples:example_dispatch_so",
187
"//litert/vendors/examples:example_plugin_so",
188
],
189
+ # Re-enable sans once test libs can be linked in a sans friendly way.
190
+ tags = [
191
+ "noasan",
192
+ "nomsan",
193
+ "nosan",
194
+ "notsan",
195
+ ],
196
deps = [
197
":capture",
198
":common",
0 commit comments