DTRACE_PROBE macro fails to compile with Clang++
Daniel P. Berrange
berrange@redhat.com
Wed Sep 11 17:38:00 GMT 2013
On Wed, Sep 11, 2013 at 01:32:15PM -0400, Martin Martin wrote:
> The following code:
>
> #include <sys/sdt.h>
>
> int main() {
> DTRACE_PROBE(a, b);
> }
>
> compiles with with G++, but when compiled with clang++ 3.3 gives:
That's a known issue - there's some info (but no solution yet ) in this
bug report too:
https://bugzilla.redhat.com/show_bug.cgi?id=999419
Daniel
--
|: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org -o- http://virt-manager.org :|
|: http://autobuild.org -o- http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|
More information about the Systemtap
mailing list