Unverified Commit f2c9fe45 authored by Siva Chandra's avatar Siva Chandra Committed by GitHub
Browse files

[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>".
parent c50617da
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment