aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmirreza Ashouri <ar.ashouri999@gmail.com>2024-03-09 20:47:29 +0330
committerGitHub <noreply@github.com>2024-03-10 01:17:29 +0800
commitb4001e32b1aa4df07dc6babefba19f2b77f487c6 (patch)
tree6841a9d736c3bb27f92073ff67dcc66f51fdfe5a
parentf5811494b0cde306e98caa339e4dc1c06cb5e8e9 (diff)
downloadllvm-b4001e32b1aa4df07dc6babefba19f2b77f487c6.zip
llvm-b4001e32b1aa4df07dc6babefba19f2b77f487c6.tar.gz
llvm-b4001e32b1aa4df07dc6babefba19f2b77f487c6.tar.bz2
[NFC] Eliminate trailing white space causing CI build failure (#84632)
To resolve the following issue in the CI build: ``` *** Checking for trailing whitespace left in Clang source files *** + grep -rnI '[[:blank:]]$' clang/lib clang/include clang/docs clang/docs/ReleaseNotes.rst:412:- PTX is no longer included by default when compiling for CUDA. Using + echo '*** Trailing whitespace has been found in Clang source files as described above ***' *** Trailing whitespace has been found in Clang source files as described above *** + exit 1 ```
-rw-r--r--clang/docs/ReleaseNotes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index f61dca9..3b89d5a 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -409,7 +409,7 @@ RISC-V Support
CUDA/HIP Language Changes
^^^^^^^^^^^^^^^^^^^^^^^^^
-- PTX is no longer included by default when compiling for CUDA. Using
+- PTX is no longer included by default when compiling for CUDA. Using
``--cuda-include-ptx=all`` will return the old behavior.
CUDA Support