From: Chris Lattner Date: Fri, 2 Jun 2006 23:43:27 +0000 (+0000) Subject: temporarily add back this option, I will remove it in a couple days X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2e1f0ed1510e10528c661d449137a5620e4fe377;p=oota-llvm.git temporarily add back this option, I will remove it in a couple days git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28675 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-config/llvm-config.in.in b/tools/llvm-config/llvm-config.in.in index c7999835455..930d25e9982 100644 --- a/tools/llvm-config/llvm-config.in.in +++ b/tools/llvm-config/llvm-config.in.in @@ -95,6 +95,8 @@ foreach my $arg (@ARGV) { if ($arg =~ /^-/) { if ($arg eq "--version") { $has_opt = 1; print "$VERSION\n"; + } elsif ($arg eq "--use-current-dir-as-prefix") { + # NOOP, remove! } elsif ($arg eq "--prefix") { $has_opt = 1; print "$PREFIX\n"; } elsif ($arg eq "--bindir") {