[LLD][COFF] Ignore DEBUG_S_XFGHASH_TYPE/VIRTUAL
[llvm-project.git] / libcxx / src / ryu / README.txt
blobe3d17469d476517732ae0086a0b66900c75d5cf9
1 The code in this directory is based on Ulf Adams's work. The upstream for the
2 code is:
4 https://github.com/ulfjack/ryu/tree/59661c3/ryu
6 The code has been adapted by Stephan T. Lavavej of Microsoft for usage in
7 std::to_chars. This code has been contributed by Microsoft for inclusion in
8 libc++.
10 The code in this directory has a different coding style than other parts to
11 minimize the number of changes by both upstream sources.