diff options
author | Valentin Clement (バレンタイン クレメン) <clementval@gmail.com> | 2025-01-29 13:12:04 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-29 13:12:04 -0800 |
commit | ab1ee912be95a864827aadd33175bfeec026f000 (patch) | |
tree | e944043aa1da464e4af00db907576f86f4752d73 /llvm/utils/UpdateTestChecks/common.py | |
parent | 15ab7be2e049bc0f4ea6744ca037395686a923bc (diff) | |
download | llvm-ab1ee912be95a864827aadd33175bfeec026f000.zip llvm-ab1ee912be95a864827aadd33175bfeec026f000.tar.gz llvm-ab1ee912be95a864827aadd33175bfeec026f000.tar.bz2 |
[flang][cuda] Remove the need of special compile definition for CUFInit (#124965)
This patch addresses post commit review comments from #124859.
The extra compile definition is not necessary and goes against the
effort to separate the runtimes from the flang compiler itself. The
function declaration for `CUFInit` can be accessed anyway since the
header are always present. The insertion of the call is only based on
the language feature options from the folding context.
A program compiled with cuda enabled but no cufruntime would just fail
at link time as expected.
Diffstat (limited to 'llvm/utils/UpdateTestChecks/common.py')
0 files changed, 0 insertions, 0 deletions