[all-commits] [llvm/llvm-project] 8bd0dc: [libc++abi] Do not declare __cxa_finalize and __cx...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Sep 14 17:10:52 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8bd0dc5bfe23fdfba110eefd33ff658289a307ab
https://github.com/llvm/llvm-project/commit/8bd0dc5bfe23fdfba110eefd33ff658289a307ab
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-09-14 (Mon, 14 Sep 2020)
Changed paths:
M libcxxabi/include/cxxabi.h
Log Message:
-----------
[libc++abi] Do not declare __cxa_finalize and __cxa_atexit in <cxxabi.h>
These functions are not defined by libc++abi, so they don't belong in <cxxabi.h>.
Differential Revision: https://reviews.llvm.org/D75795
More information about the All-commits
mailing list