Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
C++ project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASTRON Templates
C++ project
Merge requests
!4
CWG-34
Add ABI breakage CI test
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
CWG-34
Add ABI breakage CI test
CWG-34-ABI-checker
into
main
Overview
12
Commits
1
Pipelines
24
Changes
4
Merged
CWG-34 Add ABI breakage CI test
Mark de Wever
requested to merge
CWG-34-ABI-checker
into
main
Feb 21, 2023
Overview
10
Commits
1
Pipelines
24
Changes
4
Additional information about the new tool is in the
wiki
Closes
CWG-34
0
0
Merge request reports
Viewing commit
b1753f7b
Show latest version
4 files
+
100
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
b1753f7b
CWG-34
Add ABI breakage CI test
· b1753f7b
Mark de Wever
authored
Feb 21, 2023
abi/release.dump
0 → 100644
+
60
−
0
View file @ b1753f7b
Edit in single-file editor
Open in Web IDE
$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