You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/10/24 04:10:26 UTC

[GitHub] [incubator-nuttx] W-Mai opened a new pull request, #7407: ci/docker: copy `clang-extdef-mapping` to clang-arm

W-Mai opened a new pull request, #7407:
URL: https://github.com/apache/incubator-nuttx/pull/7407

   ## Summary
   
   Clang relies on clang-extdef-mapping for ctu checking. But clang-arm doesn't provide this file 
   A tweaking way to support this feature is copy a `clang-extdef-mapping` from other clang version.
   
   ## Impact
   
   ## Testing
   
   


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] W-Mai commented on a diff in pull request #7407: ci/docker: copy `clang-extdef-mapping` to clang-arm

Posted by GitBox <gi...@apache.org>.
W-Mai commented on code in PR #7407:
URL: https://github.com/apache/incubator-nuttx/pull/7407#discussion_r1002869309


##########
tools/ci/docker/linux/Dockerfile:
##########
@@ -308,6 +308,7 @@ ENV PATH="/tools/rust/cargo/bin:$PATH"
 
 # ARM toolchain
 COPY --from=nuttx-toolchain-arm /tools/clang-arm-none-eabi/ clang-arm-none-eabi/
+CMD cp /usr/bin/clang-extdef-mapping-10 clang-arm-none-eabi/bin/clang-extdef-mapping

Review Comment:
   that's ok



-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7407: ci/docker: copy `clang-extdef-mapping` to clang-arm

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged PR #7407:
URL: https://github.com/apache/incubator-nuttx/pull/7407


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7407: ci/docker: copy `clang-extdef-mapping` to clang-arm

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on code in PR #7407:
URL: https://github.com/apache/incubator-nuttx/pull/7407#discussion_r1002869097


##########
tools/ci/docker/linux/Dockerfile:
##########
@@ -308,6 +308,7 @@ ENV PATH="/tools/rust/cargo/bin:$PATH"
 
 # ARM toolchain
 COPY --from=nuttx-toolchain-arm /tools/clang-arm-none-eabi/ clang-arm-none-eabi/
+CMD cp /usr/bin/clang-extdef-mapping-10 clang-arm-none-eabi/bin/clang-extdef-mapping

Review Comment:
   let's modify cibuild.sh too



-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org