[llvm-dev] Question about the mailing list.

439 views
Skip to first unread message

Steven Truppe via llvm-dev

unread,
Jun 9, 2019, 6:42:18 AM6/9/19
to LLVM Developers Mailing List
Hello everyone,

i'm not able to find the llvm mailing list for user questions, can you
help me finding it please ?

also the clang mailing list can't be found (only llvm-dev and clang-dev).


best regards!

_______________________________________________
LLVM Developers mailing list
llvm...@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev

Neil Nelson via llvm-dev

unread,
Jun 9, 2019, 12:00:19 PM6/9/19
to llvm...@lists.llvm.org
Steven, Just getting here myself, there is a ton of documentation, after
that, ask away.

Doerfert, Johannes via llvm-dev

unread,
Jun 9, 2019, 3:58:46 PM6/9/19
to Steven Truppe, LLVM Developers Mailing List
It depends on what kind of user questions you have, but llvm-dev and cfe-dev might actually be the right lists.
Even if not, people can redirect you better once they see the questions :)

Btw. You can also try the llvm IRC channel.

Cheers,
Johannes

________________________________________
From: llvm-dev <llvm-dev...@lists.llvm.org> on behalf of Steven Truppe via llvm-dev <llvm...@lists.llvm.org>
Sent: Sunday, June 9, 2019 05:42
To: LLVM Developers Mailing List
Subject: [llvm-dev] Question about the mailing list.

Alex Trebek via llvm-dev

unread,
Jun 9, 2019, 6:42:23 PM6/9/19
to Doerfert, Johannes, LLVM Developers Mailing List
I'm trying to build the example C++ file on the DFSan sanitizer page:

However, i'ts complaining about unknown types (intptr_t, uint16_t, uint32_t, uint64_t).
I got it to build after adding typedefs from stdint.h and sys/types.h to the sanitizer/common_interface_defs.h header file:
typedef __intptr_t intptr_t;
typedef u_int16_t uint16_t;
typedef u_int32_t uint32_t;
typedef u_int64_t uint64_t;

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)


Doerfert, Johannes via llvm-dev

unread,
Jun 9, 2019, 6:47:33 PM6/9/19
to Alex Trebek, LLVM Developers Mailing List
What about including stdint.h before the sanitizer header? It seems the example is missing something either way.


From: Alex Trebek <alexqu...@gmail.com>
Sent: Sunday, June 9, 2019 5:41:59 PM
To: Doerfert, Johannes
Cc: Steven Truppe; LLVM Developers Mailing List
Subject: Re: [llvm-dev] Question about the mailing list.
 

Alex Trebek via llvm-dev

unread,
Jun 9, 2019, 7:21:42 PM6/9/19
to Doerfert, Johannes, LLVM Developers Mailing List
Unfortunately I did that and it didnt fix it until i edited that dfsan and common interfaces file to include the typedefs

Sent from my iPhone

Steven Truppe via llvm-dev

unread,
Jun 12, 2019, 8:20:13 AM6/12/19
to Alex Trebek, Doerfert, Johannes, LLVM Developers Mailing List

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.


Again thanks for the many answers and good day to all llvm-dev and clang-dev users.


best regards,

Steven Truppe!

Reply all
Reply to author
Forward
0 new messages