[PATCH] D28529: [test] Port clang tests to canonicalized booleans
Michał Górny via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 10 12:46:48 PST 2017
mgorny created this revision.
mgorny added a reviewer: beanz.
mgorny added a subscriber: cfe-commits.
Herald added a subscriber: klimek.
Use the new llvm_canonicalize_cmake_booleans() function to canonicalize
booleans for lit tests. Replace the duplicate ENABLE_CLANG* variables
used to hold canonicalized values with in-place canonicalization. Use
implicit logic in Python code to avoid overrelying on exact 0/1 values.
https://reviews.llvm.org/D28529
Files:
CMakeLists.txt
test/ARCMT/lit.local.cfg
test/Analysis/lit.local.cfg
test/CMakeLists.txt
test/Rewriter/lit.local.cfg
test/Tooling/lit.local.cfg
test/lit.cfg
test/lit.site.cfg.in
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28529.83852.patch
Type: text/x-patch
Size: 5070 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170110/3d7d35d9/attachment.bin>
More information about the cfe-commits
mailing list