Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
LLVM project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
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
Service Desk
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
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Panda
LLVM project
Commits
5c458f3e
Commit
5c458f3e
authored
3 years ago
by
Louis Dionne
Browse files
Options
Downloads
Patches
Plain Diff
[libc++][NFC] Update ABI changelog to account for new assertion handler
parent
677d0e74
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libcxx/lib/abi/CHANGELOG.TXT
+15
-0
15 additions, 0 deletions
libcxx/lib/abi/CHANGELOG.TXT
with
15 additions
and
0 deletions
libcxx/lib/abi/CHANGELOG.TXT
+
15
−
0
View file @
5c458f3e
...
...
@@ -12,6 +12,21 @@ To generate a summary, re-generate the new ABI list using the
New entries should be added directly below the "Version" header.
------------
Version 15.0
------------
* b0fd9497af6d - [libc++] Add a lightweight overridable assertion handler
This patch adds a lightweight assertion handler mechanism that can be
overriden at link-time in a fashion similar to `operator new`. A default
assertion handler is provided in the shared library, hence the added
symbol.
All platforms
-------------
Symbol added: _ZNSt3__126__libcpp_assertion_handlerEPKciS1_S1_
------------
Version 14.0
------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment