Skip to content
Snippets Groups Projects

CWG-34 Add ABI breakage CI test

4 files
+ 100
0
Compare changes
  • Side-by-side
  • Inline

Files

abi/release.dump 0 → 100644
+ 60
0
 
$VAR1 = {
 
'ABI_DUMPER_VERSION' => '1.2',
 
'ABI_DUMP_VERSION' => '3.5',
 
'Arch' => 'x86_64',
 
'Compiler' => 'GNU C++17 11.3.0 -mtune=generic -march=x86-64 -gdwarf-3 -g -Og -std=c++17 -fPIC -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection',
 
'Headers' => {},
 
'Language' => 'C++',
 
'LibraryName' => 'libhello.so',
 
'LibraryVersion' => 'release',
 
'NameSpaces' => {
 
'__gnu_cxx' => 1,
 
'lib' => 1,
 
'std' => 1,
 
'std::__exception_ptr' => 1
 
},
 
'Needed' => {
 
'libc.so.6' => 1,
 
'libstdc++.so.6' => 1
 
},
 
'Sources' => {
 
'hello.cpp' => 1
 
},
 
'SymbolInfo' => {
 
'10654' => {
 
'Line' => '11',
 
'MnglName' => '_ZN3lib5HelloEv',
 
'NameSpace' => 'lib',
 
'Return' => '1',
 
'ShortName' => 'Hello',
 
'Source' => 'hello.cpp'
 
}
 
},
 
'SymbolVersion' => {},
 
'Symbols' => {
 
'libhello.so' => {
 
'_ZN3lib5HelloEv' => 1
 
}
 
},
 
'Target' => 'unix',
 
'TypeInfo' => {
 
'1' => {
 
'Name' => 'void',
 
'Type' => 'Intrinsic'
 
}
 
},
 
'UndefinedSymbols' => {
 
'libhello.so' => {
 
'_ITM_deregisterTMCloneTable' => 0,
 
'_ITM_registerTMCloneTable' => 0,
 
'_ZNSt8ios_base4InitC1Ev@GLIBCXX_3.4' => 0,
 
'_ZNSt8ios_base4InitD1Ev@GLIBCXX_3.4' => 0,
 
'_ZSt16__ostream_insertIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_PKS3_l@GLIBCXX_3.4.9' => 0,
 
'_ZSt4cout@GLIBCXX_3.4' => 0,
 
'__cxa_atexit@GLIBC_2.2.5' => 0,
 
'__cxa_finalize@GLIBC_2.2.5' => 0,
 
'__gmon_start__' => 0
 
}
 
},
 
'WordSize' => '8'
 
};
Loading