search for: 1033111

Displaying 2 results from an estimated 2 matches for "1033111".

2014 Jan 24
2
python updates
...xes the following bug: * Previously, the dependencies between the Python subpackages were set erroneously and caused problems with the inclusion of i686 multilib packages in the x86_64 channels. After this update, the dependencies have been resolved and the Python packages install as expected. (BZ#1033111) All users of python are advised to upgrade to these updated packages, which fix this bug. --- which I think was explicitly the problem.... mark
2013 Oct 01
3
[LLVMdev] RFH: passing options from clang down to opt
I'm trying to add a new option to clang to enable my auto profile pass. I've added this to Options.td and Driver/Tools.cpp, but I'm not getting the option -auto-profile in cc1's invocation. I've checked that the code to push -auto-profile is executed, but if use -v, I don't see -auto-profile in the cc1 invocation. Can anyone point me to some document that explains how to