[LLVMbugs] [Bug 518] Allow individual backends to be disabled at compile time

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed May 4 22:24:41 PDT 2005


http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=518

rspencer at x10sys.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From rspencer at x10sys.com  2005-05-05 00:24 -------
This has now been implemented, albeit not exactly as requested. Discussion on
IRC and email led to consensus that the default should remain "build all
backends". Consequently we have the following new configure options:

--enable-target=host-only (only the "build host" target is enabled)
--enable-target=all (all targets are enabled, the default)
--enable-target={list of targets} (specific targets enabled.

For the list of targets, the current set of target names is:
   alpha,ia64,powerpc,skeleton,sparc,x86
If you specify a list, they must be comma separated, no spaces (as above)

The CBE target is always enabled.

Patches are here:
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20050418/025655.html
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20050418/025658.html
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20050418/025659.html
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20050418/025661.html
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20050418/025662.html
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20050418/025665.html
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20050418/025666.html
etc.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the llvm-bugs mailing list