[PATCH] D17469: [libcxx] Add deployment knobs to tests (for Apple platforms)

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 15 17:41:39 PDT 2016


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

LGTM.


================
Comment at: test/libcxx/test/config.py:66
@@ -65,3 +65,3 @@
         self.env = {}
         self.use_target = False
         self.use_system_cxx_lib = False
----------------
Was the omission of `self.use_deployment` here intentional? Python linters typically get upset by this.


http://reviews.llvm.org/D17469





More information about the cfe-commits mailing list