[all-commits] [llvm/llvm-project] 2a7a98: [LLVM-C] Add bindings for addCoroutinePassesToExte...
Ayke via All-commits
all-commits at lists.llvm.org
Mon Feb 24 11:16:29 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2a7a989c3edc33ad3042052ed50fee37ab254c7d
https://github.com/llvm/llvm-project/commit/2a7a989c3edc33ad3042052ed50fee37ab254c7d
Author: Ayke van Laethem <aykevanlaethem at gmail.com>
Date: 2020-02-24 (Mon, 24 Feb 2020)
Changed paths:
M llvm/bindings/go/llvm/transforms_pmbuilder.go
M llvm/include/llvm-c/Transforms/Coroutines.h
M llvm/include/llvm/Transforms/IPO/PassManagerBuilder.h
M llvm/lib/Transforms/Coroutines/Coroutines.cpp
M llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
Log Message:
-----------
[LLVM-C] Add bindings for addCoroutinePassesToExtensionPoints
This patch adds bindings to C and Go for
addCoroutinePassesToExtensionPoints, which is used to add coroutine
passes to the correct locations in PassManagerBuilder.
Differential Revision: https://reviews.llvm.org/D51642
More information about the All-commits
mailing list