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 4802191 commit 0fff131Copy full SHA for 0fff131
.github/workflows/build-and-test-Xen.yaml
@@ -62,3 +62,9 @@ jobs:
62
63
- name: Check for goto-cc section in xen-syms binary
64
run: objdump -h xen_4_13/xen/xen-syms | grep "goto-cc"
65
+
66
+ - name: Show goto-cc properties
67
+ run: $(pwd)/src/cbmc/cbmc --show-properties xen_4_13/xen/xen-syms
68
69
+ - name: Show some goto-cc functions
70
+ run: $(pwd)/src/cbmc/cbmc --list-goto-functions xen_4_13/xen/xen-syms | grep "arch"
0 commit comments