You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't be built with -Werror due to warning: 'InsertPosition' is deprecated: Use BasicBlock::iterators for insertion instead [-Wdeprecated-declarations]
#132
Open
AlexeySachkov opened this issue
Jan 16, 2025
· 0 comments
Many (I suppose all of them) constructors of Instruction sub-classes accept InsertionPoint argument and that class was recently updated to deprecate its implicit constructor which accepts raw Instruction *, see llvm/llvm-project#102608
The text was updated successfully, but these errors were encountered:
Many (I suppose all of them) constructors of
Instruction
sub-classes acceptInsertionPoint
argument and that class was recently updated to deprecate its implicit constructor which accepts rawInstruction *
, see llvm/llvm-project#102608The text was updated successfully, but these errors were encountered: