<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>Thanks for your help guys. I buyed me the book: "Getting started
with the LLVM standard libraries" and the two other book - i think
that should do the trick for me.</p>
<p><br>
</p>
<p>Again thanks for the many answers and good day to all llvm-dev
and clang-dev users.</p>
<p><br>
</p>
<p>best regards,</p>
<p>Steven Truppe!<br>
</p>
<div class="moz-cite-prefix">On 10.06.19 01:21, Alex Trebek wrote:<br>
</div>
<blockquote type="cite"
cite="mid:1D9C7345-88FA-4E52-92B3-7A3967BD1A9E@gmail.com">Unfortunately
I did that and it didnt fix it until i edited that dfsan and
common interfaces file to include the typedefs
<div><br>
<div id="AppleMailSignature" dir="ltr">Sent from my iPhone</div>
<div dir="ltr"><br>
On Jun 9, 2019, at 17:47, Doerfert, Johannes <<a
href="mailto:jdoerfert@anl.gov" moz-do-not-send="true">jdoerfert@anl.gov</a>>
wrote:<br>
<br>
</div>
<blockquote type="cite">
<div dir="ltr">
<div dir="auto">
What about including stdint.h before the sanitizer header?
It seems the example is missing something either way.<br>
<br>
</div>
<div dir="auto">
<span id="OutlookSignature">
<div dir="auto">
Get <a href="https://aka.ms/ghei36"
moz-do-not-send="true">Outlook for Android</a></div>
</span><br>
</div>
<hr tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><b>From:</b> Alex Trebek
<<a href="mailto:alexquebec23@gmail.com"
moz-do-not-send="true">alexquebec23@gmail.com</a>><br>
<b>Sent:</b> Sunday, June 9, 2019 5:41:59 PM<br>
<b>To:</b> Doerfert, Johannes<br>
<b>Cc:</b> Steven Truppe; LLVM Developers Mailing List<br>
<b>Subject:</b> Re: [llvm-dev] Question about the mailing
list.
<div> </div>
</div>
<div>
<div dir="ltr">I'm trying to build the example C++ file on
the DFSan sanitizer page:
<div><a
href="https://clang.llvm.org/docs/DataFlowSanitizer.html"
moz-do-not-send="true">https://clang.llvm.org/docs/DataFlowSanitizer.html</a> </div>
<div><br>
</div>
<div>However, i'ts complaining about unknown types
(intptr_t, uint16_t, uint32_t, uint64_t).<br>
</div>
<div>I got it to build after adding typedefs from
stdint.h and sys/types.h to the
sanitizer/common_interface_defs.h header file:</div>
<div>typedef __intptr_t intptr_t;<br>
typedef u_int16_t uint16_t;<br>
typedef u_int32_t uint32_t;<br>
typedef u_int64_t uint64_t;<br>
</div>
<div><br>
</div>
<div>However, something about that seems so WRONG that
something else must be going on also and I'd like to
get to the bottom of this so we have a working DFSan
example (and so I can use it :D)</div>
<div><br>
</div>
<div><br>
</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Sun, Jun 9, 2019 at
2:58 PM Doerfert, Johannes via llvm-dev <<a
href="mailto:llvm-dev@lists.llvm.org"
moz-do-not-send="true">llvm-dev@lists.llvm.org</a>>
wrote:<br>
</div>
<blockquote class="gmail_quote">
It depends on what kind of user questions you have,
but llvm-dev and cfe-dev might actually be the right
lists.<br>
Even if not, people can redirect you better once they
see the questions :)<br>
<br>
Btw. You can also try the llvm IRC channel.<br>
<br>
Cheers,<br>
Johannes<br>
<br>
________________________________________<br>
From: llvm-dev <<a
href="mailto:llvm-dev-bounces@lists.llvm.org"
target="_blank" moz-do-not-send="true">llvm-dev-bounces@lists.llvm.org</a>>
on behalf of Steven Truppe via llvm-dev <<a
href="mailto:llvm-dev@lists.llvm.org"
target="_blank" moz-do-not-send="true">llvm-dev@lists.llvm.org</a>><br>
Sent: Sunday, June 9, 2019 05:42<br>
To: LLVM Developers Mailing List<br>
Subject: [llvm-dev] Question about the mailing list.<br>
<br>
Hello everyone,<br>
<br>
i'm not able to find the llvm mailing list for user
questions, can you<br>
help me finding it please ?<br>
<br>
also the clang mailing list can't be found (only
llvm-dev and clang-dev).<br>
<br>
<br>
best regards!<br>
<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org"
target="_blank" moz-do-not-send="true">llvm-dev@lists.llvm.org</a><br>
<a
href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev"
rel="noreferrer" target="_blank"
moz-do-not-send="true">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org"
target="_blank" moz-do-not-send="true">llvm-dev@lists.llvm.org</a><br>
<a
href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev"
rel="noreferrer" target="_blank"
moz-do-not-send="true">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote>
</div>
</div>
</div>
</blockquote>
</div>
</blockquote>
</body>
</html>