<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re:code coverage for dpc++ in Intel® oneAPI DPC++/C++ Compiler</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/code-coverage-for-dpc/m-p/1293051#M1331</link>
    <description>&lt;P&gt;Please use the ICX driver instead of the clang++ driver. &lt;/P&gt;&lt;P&gt;For eg - &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px;"&gt;icx -fprofile-arcs -ftest-coverage codecov.cpp -o codecov&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 24 Jun 2021 20:39:59 GMT</pubDate>
    <dc:creator>Varsha_M_Intel</dc:creator>
    <dc:date>2021-06-24T20:39:59Z</dc:date>
    <item>
      <title>code coverage for dpc++</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/code-coverage-for-dpc/m-p/1291888#M1328</link>
      <description>&lt;P data-unlink="true"&gt;&lt;STRONG&gt;&lt;SPAN&gt;when I try get code coverage of dpc++ code I find a error like,&amp;nbsp; i search and find a similar erorr&amp;nbsp;&lt;A href="https://community.intel.com/t5/Intel-C-Compiler/undefined-reference-to-intel-fast-memcpy-when-using-intrinsics/td-p/969564" target="_self"&gt;https://community.intel.com/t5/Intel-C-Compiler/undefined-reference-to-intel-fast-memcpy-when-using-intrinsics/td-p/969564&lt;/A&gt;, &amp;nbsp;&amp;nbsp;but seems libirc form icc, and idea on how to resolve this problem?&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;$echo "int main(){return 0;}" &amp;gt;&amp;gt; foo.cc
$clang++ -v -fprofile-arcs -ftest-coverage foo.cc -o&amp;nbsp;foo&lt;BR /&gt;&lt;/CODE&gt;&lt;CODE&gt;/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: /home/gta/20210607/build/linux_prod/compiler/linux/lib/clang/13.0.0/lib/linux/libclang_rt.profile-x86_64.a(GCDAProfiling.c.o): in function `llvm_gcda_start_file':
GCDAProfiling.c:(.text.llvm_gcda_start_file+0x234): undefined reference to `_intel_fast_memset'
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: /home/gta/20210607/build/linux_prod/compiler/linux/lib/clang/13.0.0/lib/linux/libclang_rt.profile-x86_64.a(InstrProfilingUtil.c.o): in function `lprofApplyPathPrefix':
InstrProfilingUtil.c:(.text.lprofApplyPathPrefix+0x55): undefined reference to `_intel_fast_memcpy'
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: InstrProfilingUtil.c:(.text.lprofApplyPathPrefix+0x80): undefined reference to `_intel_fast_memcpy'
clang++: error: linker command failed with exit code 1 (use -v to see invocation)&lt;BR /&gt;&lt;/CODE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 03:02:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/code-coverage-for-dpc/m-p/1291888#M1328</guid>
      <dc:creator>KimBioInfoStudio</dc:creator>
      <dc:date>2021-06-22T03:02:32Z</dc:date>
    </item>
    <item>
      <title>Re:code coverage for dpc++</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/code-coverage-for-dpc/m-p/1292070#M1330</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;&lt;P&gt;We are working on this issue internally, we will get back to you soon.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vidya.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jun 2021 12:35:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/code-coverage-for-dpc/m-p/1292070#M1330</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2021-06-22T12:35:52Z</dc:date>
    </item>
    <item>
      <title>Re:code coverage for dpc++</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/code-coverage-for-dpc/m-p/1293051#M1331</link>
      <description>&lt;P&gt;Please use the ICX driver instead of the clang++ driver. &lt;/P&gt;&lt;P&gt;For eg - &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px;"&gt;icx -fprofile-arcs -ftest-coverage codecov.cpp -o codecov&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Jun 2021 20:39:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/code-coverage-for-dpc/m-p/1293051#M1331</guid>
      <dc:creator>Varsha_M_Intel</dc:creator>
      <dc:date>2021-06-24T20:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: code coverage for dpc++</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/code-coverage-for-dpc/m-p/1456458#M2819</link>
      <description>&lt;P&gt;I am also facing issue to get the codecoverage for FlexRAN codebase.&lt;BR /&gt;For ICC , i am using the below FLAGS but its not working(Compliation error) with ICX.&lt;BR /&gt;LD_FLAGS += -prof-gen:srcpos&lt;BR /&gt;CC_FLAGS := &amp;nbsp;-prof-gen:srcpos&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 07:12:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/code-coverage-for-dpc/m-p/1456458#M2819</guid>
      <dc:creator>Raj_Ranjan</dc:creator>
      <dc:date>2023-02-16T07:12:41Z</dc:date>
    </item>
  </channel>
</rss>

