anchao opened a new pull request, #12176:
URL: https://github.com/apache/nuttx/pull/12176

   
   ## Summary
   
   arch/risc-v: add llvm experimental extensions into command line
   
   LLVM supports (to various degrees) a number of experimental extensions. All 
experimental extensions have experimental- as a prefix. There is explicitly no 
compatibility promised between versions of the toolchain, and regular users are 
strongly advised not to make use of experimental extensions before they reach 
ratification.
   
   Fix compile error:
   `riscv64-unknown-elf-clang: error: invalid arch name 'rv64gcv_zfh_zvfh', 
requires '-menable-experimental-extensions' for experimental extension 'zvfh'`
   
   
   ## Impact
   
   N/A
   
   ## Testing
   
   riscv llvm


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to