Displaying 8 results from an estimated 8 matches for "llvm_cv_no_link_all_opt".
2008 Feb 05
3
[LLVMdev] Makefile dependencies and configure test fix
...ngs like tools/lto don't get relinked against the new libraries.
Test case is to have a pre-built tree and do "touch lib/System/Unix/
Program.inc && make" and make sure you see "Linking Debug Loadable
Module LLVMlto.dylib".
3) There appears to be a typo for for llvm_cv_no_link_all_option for
Darwin, but this never seems to be used anyway. Probably worth fixing
in case a new standalone project uses the LLVM makefiles.
I regenerated the configure script with the required versions of
autotools on Mac OS X on Intel.
Shantonu Sen
ssen at apple.com
Sent from my Mac Pro
----...
2008 Feb 05
0
[LLVMdev] Makefile dependencies and configure test fix
...39;t get relinked against the new libraries.
> Test case is to have a pre-built tree and do "touch lib/System/Unix/
> Program.inc && make" and make sure you see "Linking Debug Loadable
> Module LLVMlto.dylib".
>
> 3) There appears to be a typo for for llvm_cv_no_link_all_option
> for Darwin, but this never seems to be used anyway. Probably worth
> fixing in case a new standalone project uses the LLVM makefiles.
>
> I regenerated the configure script with the required versions of
> autotools on Mac OS X on Intel.
>
> <llvm-makefile-and-conf...
2006 Aug 22
1
[LLVMdev] Porting LLVM to irix.
Greetings!
As part of a compiler project I am working on, I am interested in
porting LLVM to Irix/MIPS. I figure I could start by working with the
bytecode to C translation part of LLVM. However, when I run configure,
llvm is saying that it does not recognize the host I am working with.
Are there any documents about how to port to a new OS/Instruction set?
Thanks,
Timothy
--
"... one of
2009 Feb 27
3
[LLVMdev] -fPIC warning on every compile on Cygwin
...out the value
> of $(LLVM_ON_WIN32) ? The only way I can think of this happening is if
> that's erroneously false.
The configure script sets LLVM_ON_UNIX, not LLVM_ON_WIN32, for Cygwin:
case $host in
...
*-*-cygwin*)
llvm_cv_link_all_option="-Wl,--whole-archive"
llvm_cv_no_link_all_option="-Wl,--no-whole-archive"
llvm_cv_os_type="Cygwin"
llvm_cv_platform_type="Unix" ;;
case $llvm_cv_platform_type in
Unix)
cat >>confdefs.h <<\_ACEOF
#define LLVM_ON_UNIX 1
_ACEOF
LLVM_ON_UNIX=1
LLVM_ON_WIN32=0
;;
Jay.
2009 Jun 17
1
[LLVMdev] Configure problem of llvm2.5 in Mac OS X 10.4.11
...v_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=powerpc-apple-darwin8.11.0
ac_cv_prog_ac_ct_CC=gcc
ac_cv_target=powerpc-apple-darwin8.11.0
llvm_cv_link_all_option=-Wl,-all_load
llvm_cv_no_link_all_option=-Wl,-noall_load
llvm_cv_os_type=Darwin
llvm_cv_platform_type=Unix
llvm_cv_target_arch=PowerPC
## ----------------- ##
## Output variables. ##
## ----------------- ##
ALLOCA=''
ALL_BINDINGS=''
AR=''
ARCH='PowerPC'
BINDINGS_TO_BUILD=''
BINPWD=''
BI...
2009 Feb 27
0
[LLVMdev] -fPIC warning on every compile on Cygwin
Aaron Gray wrote:
> On Sat, Feb 21, 2009 at 7:14 PM, Nick Lewycky <nicholas at mxc.ca
> <mailto:nicholas at mxc.ca>> wrote:
>
> Aaron Gray wrote:
> > On Thu, Feb 19, 2009 at 6:55 PM, Nick Lewycky <nicholas at mxc.ca
> <mailto:nicholas at mxc.ca>
> > <mailto:nicholas at mxc.ca <mailto:nicholas at mxc.ca>>> wrote:
2009 Feb 25
3
[LLVMdev] -fPIC warning on every compile on Cygwin
On Sat, Feb 21, 2009 at 7:14 PM, Nick Lewycky <nicholas at mxc.ca> wrote:
> Aaron Gray wrote:
> > On Thu, Feb 19, 2009 at 6:55 PM, Nick Lewycky <nicholas at mxc.ca
> > <mailto:nicholas at mxc.ca>> wrote:
> >
> > Aaron Gray wrote:
> > > On Thu, Feb 19, 2009 at 5:52 PM, Nick Lewycky <nicholas at mxc.ca
> >
2009 Jun 18
0
[LLVMdev] Configure problem of llvm2.5 in Mac OS X 10.4.11
...=
> ac_cv_env_host_alias_set=
> ac_cv_env_host_alias_value=
> ac_cv_env_target_alias_set=
> ac_cv_env_target_alias_value=
> ac_cv_host=powerpc-apple-darwin8.11.0
> ac_cv_prog_ac_ct_CC =gcc
> ac_cv_target=powerpc-apple-darwin8.11.0
> llvm_cv_link_all_option=-Wl,-all_load
> llvm_cv_no_link_all_option=-Wl,-noall_load
> llvm_cv_os_type=Darwin
> llvm_cv_platform_type=Unix
> llvm_cv_target_arch=PowerPC
>
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
>
> ALLOCA=''
> ALL_BINDINGS=''
> AR=''
> ARCH='Powe...