summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/CommandLine.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-05-13 18:30:13 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-05-13 18:30:13 +0000
commit6ab4ba4030cf5ed1af9209f357e0ce9c35d3c1af (patch)
tree4eea3b478ba2408bb0fffe6f80d4368d6953d9ff /llvm/lib/Support/CommandLine.cpp
parente622357fbf2f8a35a6806cd8c6cbe6c1e2d3519a (diff)
downloadbcm5719-llvm-6ab4ba4030cf5ed1af9209f357e0ce9c35d3c1af.tar.gz
bcm5719-llvm-6ab4ba4030cf5ed1af9209f357e0ce9c35d3c1af.zip
Fix the "stacker doesn't build without llvm-gcc" problem. The configure
script was defaulting the LLVMGCC variable to "llvm-gcc" if it couldn't find llvm-gcc and --with-llvmgccdir was not specified. In this case, there is no llvm-gcc available on the system so we shouldn't assume that the user's path will find it any better than configure could. The fix is to default it to an empty string. If LLVMGCC is empty, the makefiles will avoid building things that depend on llvm-gcc and give a nice warning message to that effect. llvm-svn: 21953
Diffstat (limited to 'llvm/lib/Support/CommandLine.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud