diff options
| author | Tyler Nowicki <tyler.nowicki@amd.com> | 2024-10-09 14:34:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-09 14:34:19 -0400 |
| commit | e82fcda1475b6708b7d314fd7a54e551306d5739 (patch) | |
| tree | b65b9ce51fb3f72fc8acf57b4d3cb2764ff30714 /lldb/packages/Python/lldbsuite/test/gdbclientutils.py | |
| parent | 1cfe5b89b70c8170da041e9507fd0801be766669 (diff) | |
| download | llvm-e82fcda1475b6708b7d314fd7a54e551306d5739.zip llvm-e82fcda1475b6708b7d314fd7a54e551306d5739.tar.gz llvm-e82fcda1475b6708b7d314fd7a54e551306d5739.tar.bz2 | |
[Coroutines] Move util headers to include/llvm (#111599)
Plugin libraries that use coroutines can do so right now, however, to
provide their own ABI they need to be able to use various headers, some
of which such are required (such as the ABI header). This change exposes
the coro utils and required headers by moving them to
include/llvm/Transforms/Coroutines. My experience with our out-of-tree
plugin ABI has been that at least these headers are needed. The headers
moved are:
* ABI.h (ABI object)
* CoroInstr.h (helpers)
* Coroshape.h (Shape object)
* MaterializationUtils.h (helpers)
* SpillingUtils.h (helpers)
* SuspendCrossingInfo.h (analysis)
This has no code changes other than those required to move the headers
and these are:
* include guard name changes
* include path changes
* minor clang-format induced changes
* removal of LLVM_LIBRARY_VISIBILITY
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/gdbclientutils.py')
0 files changed, 0 insertions, 0 deletions
