[clang] Diagnose problematic uses of constructor/destructor attribute (PR #67360)

Nick Desaulniers via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 27 11:23:48 PDT 2023


nickdesaulniers wrote:

> We could maybe presume glibc on ELF targets

Isn't that part of the triple? `aarch64-linux-gnu` gnu -> glibc (as opposed to `aarch64-linux-musl` -> musl, or `aarch64-linux-android` -> bionic)

https://github.com/llvm/llvm-project/pull/67360


More information about the cfe-commits mailing list