New user self-registration is disabled due to spam. For an account please email bugs-admin@lists.llvm.org with your e-mail address and full name.

Bug 3487 - googletest should not be compiled by default
Summary: googletest should not be compiled by default
Status: NEW
Alias: None
Product: new-bugs
Classification: Unclassified
Component: new bugs (show other bugs)
Version: unspecified
Hardware: PC All
: P normal
Assignee: Unassigned LLVM Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-04 22:37 PST by Tanya Lattner
Modified: 2009-09-24 01:34 PDT (History)
2 users (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tanya Lattner 2009-02-04 22:37:27 PST
googletest requires a gcc 4.X which limits the versions of gcc that can be used to compile llvm. We should still allow users to use 3.X because many version of 4.X don't work.

We should disable building googletest by default or have configure check for what version of gcc you have.

For 2.5, I have to hack this out.
Comment 1 Daniel Dunbar 2009-09-24 01:34:29 PDT
Did this get done?