[all-commits] [llvm/llvm-project] f2c9fe: [libc][NFC] Fix delete operator linkage names afte...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Tue Sep 26 11:53:27 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f2c9fe452f527eaa4e8cf713855585a469830606
https://github.com/llvm/llvm-project/commit/f2c9fe452f527eaa4e8cf713855585a469830606
Author: Siva Chandra <sivachandra at gmail.com>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M libc/src/__support/CPP/new.h
M libc/src/__support/common.h
Log Message:
-----------
[libc][NFC] Fix delete operator linkage names after switch to LIBC_NAMESPACE. (#67475)
The name __llvm_libc was mass-replaced with LIBC_NAMESPACE which ended
up changing the "__llvm_libc" prefix of the delete operator linkage names to
"LIBC_NAMESPACE". This change corrects it by changing the namespace prefix
to "__llvm_libc_<version info>".
More information about the All-commits
mailing list