================
@@ -35,6 +35,15 @@ static const char *BTFKindStr[] = {
#include "llvm/DebugInfo/BTF/BTF.def"
};
+static const DIType *tryRemoveAtomicType(const DIType *Ty) {
----------------
eddyz87 wrote:Is it necessary to call this thing in `BTFTypeTypeTag::completeType`? https://github.com/llvm/llvm-project/pull/107343 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
