[LLVMbugs] [Bug 11492] New: llvm-config includes gtest even though it's not built by default
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Dec 6 06:50:36 PST 2011
http://llvm.org/bugs/show_bug.cgi?id=11492
Bug #: 11492
Summary: llvm-config includes gtest even though it's not built
by default
Product: new-bugs
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: matt at pharr.org
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
With a fresh checkout of 3.1 TOT, if I build using "./configure" and then "make
ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=0 install", then if I run "llvm-config
--libs all", the output includes "-lLLVMgtest_main -lLLVMgtest" even though
those haven't been built.
(Speaking of llvm-config, the help message indicates that "backend" is allowed,
though that seems to have been removed by 144202.)
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list