[all-commits] [llvm/llvm-project] 75a815: [libc++] Use Lit utilities instead of old libcxx u...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Apr 30 12:53:51 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 75a815a28c58bd20ede05115b5cf1441aedf6d04
https://github.com/llvm/llvm-project/commit/75a815a28c58bd20ede05115b5cf1441aedf6d04
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-04-30 (Thu, 30 Apr 2020)
Changed paths:
M libcxx/test/libcxx/selftest/dsl/lit.local.cfg
M libcxx/utils/libcxx/test/target_info.py
Log Message:
-----------
[libc++] Use Lit utilities instead of old libcxx utilities for str/bytes conversions
The libcxx.util utilities don't work properly, and we should remove them
when we get rid of compiler.py. In particular, libcxx.util.to_string
appears to be completely broken.
More information about the All-commits
mailing list