lit: Make config.llvm_libxml2_enabled an int, not a string
authorHans Wennborg <hans@hanshq.net>
Tue, 20 Mar 2018 10:14:31 +0000 (10:14 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 20 Mar 2018 10:14:31 +0000 (10:14 +0000)
commitc6b5f3833ed0badd7959aaa98fa3530d0618a82b
tree7ffeeb65739dfa7a107bf669d09dc06f57eab19f
parent21afff0ac9a458440871d7f93f91ac26d4765fa0
lit: Make config.llvm_libxml2_enabled an int, not a string

@LLVM_LIBXML2_ENABLED@ will be replaced with 0 or 1. Putting quotes
around that is unnecessary and just makes it harder to use the value.
This matches what have_zlib does below.

This also puts the flag together with the feature-related ones instead
of the path-related flags.

llvm-svn: 327964
lld/test/lit.cfg.py
lld/test/lit.site.cfg.py.in