summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-config/booleans.test
Commit message (Collapse)AuthorAgeFilesLines
* [gn build] Commit change that should have been in r350410.Nico Weber2019-01-041-1/+1
| | | | llvm-svn: 350416
* [llvm-config] Canonicalize CMake booleans to 0/1Michal Gorny2017-01-101-0/+28
Following the similar change to lit configuration, ensure that all CMake booleans are canonicalized to 0/1 when being passed to llvm-config. This fixes the incorrect interpretation of values when user passes another value than the ON/OFF, and simplifies the code by removing unnecessary string matching. Furthermore, the code for --has-rtti and --has-global-isel has been modified to print consistent values indepdently of the boolean used by passed by the user to CMake. Sadly, the code already implicitly used different values for the two (YES/NO for --has-rtti, ON/OFF for --has-global-isel). Include tests for all booleans and multi-value options in llvm-config. Differential Revision: https://reviews.llvm.org/D28366 llvm-svn: 291593
OpenPOWER on IntegriCloud