[libcxx-commits] [PATCH] D134830: [libc++] Simplify transitive includes test and fix a bug

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Sep 30 14:04:25 PDT 2022


ldionne updated this revision to Diff 464393.
ldionne added a comment.

Fix issue with sanitizers. The problem was that sanitizers cause additional headers to be included with -include, which broke the whole thing.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134830/new/

https://reviews.llvm.org/D134830

Files:
  libcxx/test/libcxx/transitive_includes.sanitize.py
  libcxx/test/libcxx/transitive_includes.sh.cpp
  libcxx/test/libcxx/transitive_includes/cxx14.csv
  libcxx/test/libcxx/transitive_includes/cxx17.csv
  libcxx/test/libcxx/transitive_includes/cxx20.csv
  libcxx/test/libcxx/transitive_includes/cxx2b.csv
  libcxx/test/libcxx/transitive_includes_to_csv.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134830.464393.patch
Type: text/x-patch
Size: 56033 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220930/fb0aac4d/attachment-0001.bin>


More information about the libcxx-commits mailing list