[libcxx-commits] [libcxx] [libcxx][test] Create feature host-can-create-symlinks (PR #82204)

Will Hawkins via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 19 15:18:32 PST 2024


================
@@ -493,7 +493,7 @@ def check_unprivileged_symlinks(cfg):
     try:
         os.symlink(temp_file_path, symlink_file_path)
         return True
-    except Exception as e:
+    except OSError as e:
----------------
hawkinsw wrote:

Thank you!!

https://github.com/llvm/llvm-project/pull/82204


More information about the libcxx-commits mailing list