[all-commits] [llvm/llvm-project] 9cd55c: Prevent copy of AttrBuilder
serge-sans-paille via All-commits
all-commits at lists.llvm.org
Mon Dec 20 07:33:50 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9cd55c7c3463fea334fd3169023bb63cca7276e5
https://github.com/llvm/llvm-project/commit/9cd55c7c3463fea334fd3169023bb63cca7276e5
Author: Serge Guelton <sguelton at redhat.com>
Date: 2021-12-20 (Mon, 20 Dec 2021)
Changed paths:
M llvm/include/llvm/IR/Attributes.h
M llvm/lib/IR/Verifier.cpp
Log Message:
-----------
Prevent copy of AttrBuilder
It's a relatively heavy data structure, make sure it's not copied.
Differential Revision: https://reviews.llvm.org/D116034
More information about the All-commits
mailing list