[PATCH] D99625: llvm/cmake/config.guess: update to current version

Brandon Bergren via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 30 19:46:40 PDT 2021


Bdragon28 requested changes to this revision.
Bdragon28 added a comment.
This revision now requires changes to proceed.

I'm pretty sure we're using this old config.guess on purpose to avoid GPL3 code.



================
Comment at: llvm/cmake/config.guess:9
 # under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
 # (at your option) any later version.
----------------
Err, the reason we're on this old version is specifically to prevent GPL3 code from being in tree, I thought.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99625/new/

https://reviews.llvm.org/D99625



More information about the llvm-commits mailing list