Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 313387 Details for
Bug 417971
media-libs/mesa-8.0.3 failed (compile phase): error: ‘createOProfileJITEventListener’ is not a member of ‘llvm’
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch compile failure
0003_llvm_OProfile.patch (text/plain), 558 bytes, created by
David J Cozatt
on 2012-05-28 14:15:13 UTC
(
hide
)
Description:
patch compile failure
Filename:
MIME Type:
Creator:
David J Cozatt
Created:
2012-05-28 14:15:13 UTC
Size:
558 bytes
patch
obsolete
>Original patch by Vinson Lee <vlee at freedesktop.org> Submitted by DJ Cozatt <ygdrasil at comcast.net> > >--- a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp >+++ b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp >@@ -62,7 +62,11 @@ > extern "C" void > lp_register_oprofile_jit_event_listener(LLVMExecutionEngineRef EE) > { >+#if HAVE_LLVM >= 0x0301 >+ llvm::unwrap(EE)->RegisterJITEventListener(llvm::JITEventListener::createOProfileJITEventListener()); >+#else > llvm::unwrap(EE)->RegisterJITEventListener(llvm::createOProfileJITEventListener()); >+#endif > } > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 417971
:
313369
| 313387