[all-commits] [llvm/llvm-project] 48138e: [libc++] Do not error out when we don't know the f...

Louis Dionne via All-commits all-commits at lists.llvm.org
Tue Nov 17 10:19:13 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 48138e7338c19f4f7347e470e9d10b0f24ff893d
      https://github.com/llvm/llvm-project/commit/48138e7338c19f4f7347e470e9d10b0f24ff893d
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-11-17 (Tue, 17 Nov 2020)

  Changed paths:
    M libcxx/include/__config

  Log Message:
  -----------
  [libc++] Do not error out when we don't know the file format

Erroring out prevents the library from working with other file formats
(e.g. in embedded). Since that error does not guard us from doing something
incorrect, it seems fine to just remove it.




More information about the All-commits mailing list