diff options
author | Alexey Bataev <a.bataev@hotmail.com> | 2019-02-05 20:38:36 +0000 |
---|---|---|
committer | Alexey Bataev <a.bataev@hotmail.com> | 2019-02-05 20:38:36 +0000 |
commit | c2dc4d4aefba285fd205f701e9c2404802fd0aaf (patch) | |
tree | a4793b30bf3b9ebd4c7dccf7d5eb50c4785c7a12 /clang/docs/ReleaseNotes.rst | |
parent | e5bb58b115934bec811b311b144e02fa541e7371 (diff) | |
download | bcm5719-llvm-c2dc4d4aefba285fd205f701e9c2404802fd0aaf.tar.gz bcm5719-llvm-c2dc4d4aefba285fd205f701e9c2404802fd0aaf.zip |
[DOCS]Support for emission of the debug info for the Cuda devices, NFC.
llvm-svn: 353214
Diffstat (limited to 'clang/docs/ReleaseNotes.rst')
-rw-r--r-- | clang/docs/ReleaseNotes.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 67472f2a506..578dc1079b3 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -133,11 +133,12 @@ ABI Changes in Clang OpenMP Support in Clang ---------------------------------- -- ... +- Added emission of the debug information for NVPTX target devices. CUDA Support in Clang --------------------- +- Added emission of the debug information for the device code. Internal API Changes -------------------- |