carbon-language / carbon-lang

Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
https://github.com/carbon-language/carbon-lang/blob/trunk/README.md
Other
32.31k stars 1.48k forks source link

Update FunctionContext::Inserter::InsertHelper for llvm changes #4069

Closed dklimkin closed 1 week ago

dklimkin commented 1 week ago

The interface has changed upstream:

https://github.com/llvm/llvm-project/commit/80f881485accb020345ee7e1c4c3151ec55ce590

dklimkin commented 1 week ago

Thanks, exactly what I was looking for! I re-pinned now, let's see if it breaks anything else...