diff options
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 aa0d88db1c9..5c8f3bd13d5 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -112,7 +112,8 @@ future versions of Clang. Modified Compiler Flags ----------------------- -- ... +- RISC-V now sets the architecture (riscv32/riscv64) based on the value provided + to the ``-march`` flag, overriding the target provided by ``-triple``. New Pragmas in Clang -------------------- |