You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling notes.c with -O0:
Displaying notes found in: .note.dlopen
Owner Data size Description
FDO 0x00000088 FDO_DLOPEN_METADATA
Dlopen Metadata: [{"feature":"fido2","description":"Support fido2 for encryption and authentication.","priority":"required","soname":["libfido2.so.1"]}]
FDO 0x00000084 FDO_DLOPEN_METADATA
Dlopen Metadata: [{"feature":"pcre2","description":"Support pcre2 for regex","priority":"suggested","soname":["libpcre2-8.so.0","libpcre2-8.so.1"]}]
FDO 0x0000008e FDO_DLOPEN_METADATA
Dlopen Metadata: [{"feature":"lz4","description":"Support lz4 decompression in journal and coredump files","priority":"recommended","soname":["liblz4.so.1"]}]
FDO 0x00000095 FDO_DLOPEN_METADATA
Dlopen Metadata: [{"feature":"tpm","priority":"recommended","soname":["libtss2-mu.so.0"]}, {"feature":"tpm","priority":"recommended","soname":["libtss2-esys.so.0"]}]
With -O2:
Displaying notes found in: .note.dlopen
Owner Data size Description
FDO 0x00000095 FDO_DLOPEN_METADATA
Dlopen Metadata: [{"feature":"tpm","priority":"recommended","soname":["libtss2-mu.so.0"]}, {"feature":"tpm","priority":"recommended","soname":["libtss2-esys.so.0"]}]
FDO 0x0000008e FDO_DLOPEN_METADATA
Dlopen Metadata: [{"feature":"lz4","description":"Support lz4 decompression in journal and coredump files","priority":"recommended","soname":["liblz4.so.1"]}]
FDO 0x00000084 FDO_DLOPEN_METADATA
Dlopen Metadata: [{"feature":"pcre2","description":"Support pcre2 for regex","priority":"suggested","soname":["libpcre2-8.so.0","libpcre2-8.so.1"]}]
FDO 0x00000088 FDO_DLOPEN_METADATA
Dlopen Metadata: [{"feature":"fido2","description":"Support fido2 for encryption and authentication.","priority":"required","soname":["libfido2.so.1"]}]
So the test fails if -O2 is the default as the order is different
Follow-up for c2d3548
0 commit comments