You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc: update IDE coverage support statement for LLVM/Clang gcov format
Update profiling documentation to reflect that Nuclei Studio IDE now
supports both GCC and LLVM/Clang gcov format coverage visualization(tested).
Previously the documentation incorrectly stated LLVM/Clang format
was not supported in the IDE.
Signed-off-by: Huaqi Fang <578567190@qq.com>
Copy file name to clipboardExpand all lines: doc/source/changelog.rst
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,7 @@ This is release version of ``0.9.0`` of Nuclei SDK, which is still under develop
89
89
- Update :ref:`design_app_demo_profiling` to demonstrate the usage of ``APPDIRS`` variable for application-specific compilation flags.
90
90
- Update :ref:`design_app_demo_profiling` documentation to include command-line usage instructions for profiling and code coverage, GCC version compatibility notes, and recommended lcov-based workflow.
91
91
- Update :ref:`design_app_demo_profiling` Makefile to add local documentation reference comments pointing to ``doc/source/design/app.rst#demo_profiling`` and ``Components/profiling/README.md``
92
+
- Fix documentation to correctly state that Nuclei Studio IDE supports both GCC and LLVM/Clang gcov format coverage visualization
92
93
- Remove ``nuclei_cache`` npk configuration from ``demo_cache``, ``demo_cidu``, ``demo_ecc``, ``demo_pma``, ``demo_smpcc``, and ``smphello`` applications ``npk.yml`` since it is now deprecated
93
94
- Add ``get_cpu_feature`` in ``cpuinfo`` to list CPU features for the future hardware ci testing.
94
95
@@ -171,7 +172,7 @@ This is release version of ``0.9.0`` of Nuclei SDK, which is still under develop
171
172
- Update the expected output of ``cpuinfo`` in ``app.rst``
172
173
- Update documentation about n100 with eclic is now supported in Nuclei SDK
173
174
- Add ``demo_smpcc`` and ``demo_ecc`` application documentation in ``app.rst``
174
-
- Update :ref:`design_app_demo_profiling` documentation in ``app.rst`` with detailed GCC and LLVM/Clang toolchain-specific instructions for profiling and coverage analysis, IDE limitations for LLVM/Clang gcov format, and command-line workflows using ``lcov``
175
+
- Update :ref:`design_app_demo_profiling` documentation in ``app.rst`` with detailed GCC and LLVM/Clang toolchain-specific instructions for profiling and coverage analysis, and command-line workflows using ``lcov``
175
176
- Add warning note in :ref:`develop_buildsystem_var_semihost` about heap and stack collision risk when using semihosting with ``malloc``, due to newlib semihost ``_sbrk`` implementation assumes unlimited heap size
0 commit comments