[all-commits] [llvm/llvm-project] 6b82ad: Raise compile error when using unimplemented funct...

muiez via All-commits all-commits at lists.llvm.org
Wed Oct 20 10:57:04 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6b82adbb4980593f4661edf94e5539adfe1a9f4e
      https://github.com/llvm/llvm-project/commit/6b82adbb4980593f4661edf94e5539adfe1a9f4e
  Author: Muiez Ahmed <muiez at ibm.com>
  Date:   2021-10-20 (Wed, 20 Oct 2021)

  Changed paths:
    M libcxx/include/filesystem

  Log Message:
  -----------
  Raise compile error when using unimplemented functions

The path functions in this patch are unimplemented (as per the TODO comment from upstream). To avoid running into a linker error (missing symbol), this patch raises a compile error by commenting out the functions, which is more user friendly.

Differential Revision: https://reviews.llvm.org/D111892




More information about the All-commits mailing list