diff options
author | Chris Bieneman <chris.bieneman@me.com> | 2022-08-24 14:34:46 -0500 |
---|---|---|
committer | Chris Bieneman <chris.bieneman@me.com> | 2022-08-24 14:35:11 -0500 |
commit | bdf1327fea632bf9736924acf59675182b528b23 (patch) | |
tree | baccb9477736258c3f554655a5b1f170c5d9e114 /llvm/lib/Object/Binary.cpp | |
parent | 322ea53144e82c34d5c933cb4ce5a83807e3b67e (diff) | |
download | llvm-bdf1327fea632bf9736924acf59675182b528b23.zip llvm-bdf1327fea632bf9736924acf59675182b528b23.tar.gz llvm-bdf1327fea632bf9736924acf59675182b528b23.tar.bz2 |
[HLSL] Entry functions require param annotation
HLSL entry function parameters must have parameter annotations. This
allows appropriate intrinsic values to be populated into parameters
during code generation.
This does not handle entry function return values, which will be
handled in a subsequent commit because we don't currently support any
annotations that are valid for function returns.
Reviewed By: aaron.ballman
Differential Revision: https://reviews.llvm.org/D131625
Diffstat (limited to 'llvm/lib/Object/Binary.cpp')
0 files changed, 0 insertions, 0 deletions