[all-commits] [llvm/llvm-project] b4001e: [NFC] Eliminate trailing white space causing CI bu...
Amirreza Ashouri via All-commits
all-commits at lists.llvm.org
Sat Mar 9 09:17:51 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b4001e32b1aa4df07dc6babefba19f2b77f487c6
https://github.com/llvm/llvm-project/commit/b4001e32b1aa4df07dc6babefba19f2b77f487c6
Author: Amirreza Ashouri <ar.ashouri999 at gmail.com>
Date: 2024-03-10 (Sun, 10 Mar 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
Log Message:
-----------
[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
```
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list