Allow users to enable automatic NI bind fallback via command-line (#11485)
authorJonghyun Park <parjong@gmail.com>
Wed, 10 May 2017 15:10:22 +0000 (08:10 -0700)
committerGaurav Khanna <gkhanna@microsoft.com>
Wed, 10 May 2017 15:10:22 +0000 (08:10 -0700)
commit17468288b4093efc8fea4748ee3c890bf82535bb
tree659bfd5ab2bdfa26556eed9bf06dcef40e988dd4
parentaa82eb3e057ff6f7853b27749cefd0991625066d
Allow users to enable automatic NI bind fallback via command-line (#11485)

* Add FEATURE_NI_BIND_FALLBACK support

* Fix incorrect variable setup

* Negate the check condition

* Use WIN32 instead of FEATURE_PAL

* Check WIN32 first, and FEATURE_NI_BIND_FALLBACK later
clrdefinitions.cmake
clrfeatures.cmake
src/binder/assemblybinder.cpp