libcxx

libcxx mirror with random patches
git clone https://git.neptards.moe/neptards/libcxx.git
Log | Files | Refs

lit.local.cfg (160B)


      1 # Disable all of the filesystem tests if the correct feature is not available.
      2 if 'c++filesystem' not in config.available_features:
      3   config.unsupported = True