Skip to content

Commit

Permalink
Stop misleading people about what version LLVM is.
Browse files Browse the repository at this point in the history
Bug: android/ndk#1939
Test: None
Change-Id: I6c5e612678487ae3398ff7bf9aafa754494dd094
  • Loading branch information
DanAlbert committed Sep 25, 2023
1 parent 436c8c3 commit 843ac1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/changelogs/Changelog-r26.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ directly, see the [build system maintainers guide].

## Changes

* Updated LLVM to clang-r487747c, based on LLVM 17 development.
* Updated LLVM to clang-r487747c. See `AndroidVersion.txt` and
`clang_source_info.md` in the toolchain directory for version information.
* Clang now treats `-Wimplicit-function-declaration` as an error rather than a
warning in C11 and newer. Clang's default C standard is 17, so this is a
change in default behavior compared to older versions of Clang, but is the
Expand Down
3 changes: 2 additions & 1 deletion docs/changelogs/Changelog-r27.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ directly, see the [build system maintainers guide].

## Changes

* Updated LLVM to clang-r498229b, based on LLVM 17 development.
* Updated LLVM to clang-r498229b. See `AndroidVersion.txt` and
`clang_source_info.md` in the toolchain directory for version information.

## Known Issues

Expand Down

0 comments on commit 843ac1b

Please sign in to comment.