#46697 closed defect (wontfix)
llvm-3.5 @3.5.1_1 doesn't provide profiling
Reported by: | hahn.seb@… | Owned by: | jeremyhu (Jeremy Huddleston Sequoia) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | Cc: | jeremyhu (Jeremy Huddleston Sequoia), larryv (Lawrence Velázquez) | |
Port: | llvm-3.5 |
Description
Hi, I noticed llvm is built with the --disable-profiling option passed to configure. Can this be changed/a port alternate provided that has profiling enabled?
Change History (4)
comment:1 Changed 10 years ago by hahn.seb@…
comment:2 Changed 10 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Owner: | changed from macports-tickets@… to jeremyhu@… |
---|---|
Status: | new → assigned |
I wonder if I disabled it because it pulled in other dependencies or maybe it was broken at some point and I forgot to re-enable it.
comment:3 Changed 9 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
comment:4 Changed 9 years ago by jeremyhu (Jeremy Huddleston Sequoia)
This isn't relevant in llvm-3.8 any more. Won't fix for older ports.
Note: See
TracTickets for help on using
tickets.
Oh, to make it clearer. I want to use the -fprofile-instr-generate flag for some of my own code. Linking it fails because _llvm_profile_runtime isn't found. I'm not sure if that configure parameter is the right thing, but it sounds promising?