Displaying 4 results from an estimated 4 matches for "maybe_assemble_visibility".
Did you mean:
make_assemble_visibility
2008 Feb 06
2
[LLVMdev] strange visibility error when compiling llvm-gcc-4.2
...ed on being on darwin:
+ /* The "make_assemble_visibility" method may issue a warning if the visibility
+ attribute isn't supported in a configuration. This is all done through a
+ call-back. We want to issue this same warning when needed. */
+ if (TREE_PUBLIC (decl))
+ maybe_assemble_visibility (decl);
It seems suspicious.
Ciao,
Duncan.
2008 Feb 06
0
[LLVMdev] strange visibility error when compiling llvm-gcc-4.2
..."make_assemble_visibility" method may issue a warning if
> the visibility
> + attribute isn't supported in a configuration. This is all done
> through a
> + call-back. We want to issue this same warning when needed. */
> + if (TREE_PUBLIC (decl))
> + maybe_assemble_visibility (decl);
>
> It seems suspicious.
It does seem odd, what was the reason for the change?
-eric
2008 Feb 06
0
[LLVMdev] strange visibility error when compiling llvm-gcc-4.2
On 2/6/08, Chris Lattner <sabre at nondot.org> wrote:
>
> On Feb 6, 2008, at 5:18 AM, Duncan Sands wrote:
>
> > Hi,
> >
> >> if /bin/sh ./libtool --mode=compile /s/llvm/obj.gcc42/./gcc/xgcc -B/
> >> s/llvm/obj.gcc42/./gcc/ -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/
> >> local/i686-pc-linux-gnu/lib/ -isystem /usr/local/i686-pc-linux-gnu/
>
2008 Feb 06
6
[LLVMdev] strange visibility error when compiling llvm-gcc-4.2
On Feb 6, 2008, at 5:18 AM, Duncan Sands wrote:
> Hi,
>
>> if /bin/sh ./libtool --mode=compile /s/llvm/obj.gcc42/./gcc/xgcc -B/
>> s/llvm/obj.gcc42/./gcc/ -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/
>> local/i686-pc-linux-gnu/lib/ -isystem /usr/local/i686-pc-linux-gnu/
>> include -isystem /usr/local/i686-pc-linux-gnu/sys-include -
>> DHAVE_CONFIG_H -I.