This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug translator/13974] sdt.h is incompatible with clang
- From: "jistone at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Sat, 21 Sep 2013 00:19:05 +0000
- Subject: [Bug translator/13974] sdt.h is incompatible with clang
- Auto-submitted: auto-generated
- References: <bug-13974-6586 at http dot sourceware dot org/bugzilla/>
https://sourceware.org/bugzilla/show_bug.cgi?id=13974
Josh Stone <jistone at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Josh Stone <jistone at redhat dot com> ---
Martin C. Martin filed a couple bugs with LLVM:
http://llvm.org/bugs/show_bug.cgi?id=17198
http://llvm.org/bugs/show_bug.cgi?id=17270
The first is now fixed with llvm-mc gaining support for the "?" flag.
The second gave us a hint that led me to use %note instead of "note", with
%%-quoting as needed for operand expansion. This is pushed in commit a31190f5.
So I think we can call this FIXED, but let's keep a careful eye on that %note
form to make sure it doesn't create problems anywhere else...
--
You are receiving this mail because:
You are the assignee for the bug.