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 6b661c6 commit 18d347dCopy full SHA for 18d347d
scripts/check-contracts
@@ -42,7 +42,7 @@ def gen_contracts():
42
def is_exception(funcname):
43
# The functions passing this filter are known not to have a proof
44
45
- if funcname.endswith("_native"):
+ if funcname.endswith("_native") or funcname.endswith("_asm"):
46
# CBMC proofs are axiomatized against contracts of the backends
47
return True
48
0 commit comments