[libcxx-commits] [PATCH] D93137: generate_header_tests.py: Sort the header files ASCIIbetically.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Dec 11 11:44:12 PST 2020


Quuxplusone created this revision.
Quuxplusone added a reviewer: curdeius.
Quuxplusone added a project: libc++.
Herald added subscribers: jfb, arichardson.
Quuxplusone requested review of this revision.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Otherwise they come out in random (inode?) order.

Also `chmod +x` the generator, and re-run it. Somehow on Marek's machine it produced \r\n line endings?! Open all files with `newline='\n'` so that (if the Python3 docs are correct) that won't happen again.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D93137

Files:
  libcxx/test/libcxx/double_include.sh.cpp
  libcxx/test/libcxx/min_max_macros.compile.pass.cpp
  libcxx/test/libcxx/no_assert_include.compile.pass.cpp
  libcxx/utils/generate_abi_list.py
  libcxx/utils/generate_feature_test_macro_components.py
  libcxx/utils/generate_header_tests.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93137.311289.patch
Type: text/x-patch
Size: 43937 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201211/27baea52/attachment-0001.bin>


More information about the libcxx-commits mailing list