[PATCH] D39465: Add feature to determine if host architecture is 64-bit in llvm-lit

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 1 17:24:40 PDT 2017


zturner accepted this revision.
zturner added a comment.
This revision is now accepted and ready to land.

I actually think that the `llvm-64-bits` feature should go in the common `config.py` setup, but I don't think we're quite there yet.  It would require some additional work to make sure everyone who uses LLVM can agree on a common set of variables that must be passed in through configure, and currently we don't have that.

So I think this is good for now, and maybe in the future I'll try to generalize it a bit so this can be moved into `config.py`


Repository:
  rL LLVM

https://reviews.llvm.org/D39465





More information about the llvm-commits mailing list