This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/13974] sdt.h is incompatible with clang


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]