[PATCH] [libcxx] Partially address a FIXME in steady_clock::now()
    Jon Roelofs 
    jonathan at codesourcery.com
       
    Fri Aug 29 07:32:46 PDT 2014
    
    
  
ping x2
================
Comment at: libcxx/test/lit.site.cfg:11
@@ -10,3 +10,3 @@
 config.target_triple         = "arm-none-eabi"
-config.available_features    = ['newlib']
+config.available_features    = ['newlib', 'no-monotonic-clock']
 
----------------
FYI, I don't intend for this to go upstream... this is just here as an example usage.
http://reviews.llvm.org/D4045
    
    
More information about the cfe-commits
mailing list