[PATCH] D41148: [libcxx] implement <experimental/simd> declarations based on P0214R7.

Marshall Clow via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 4 14:19:48 PDT 2018


mclow.lists added a comment.

When you add a new header file to libc++, you have to update two additional files:

- include/module.modulemap
- test/libcxx/double_include.sh.cpp

See http://llvm.org/viewvc/llvm-project?view=revision&revision=329144 for an example of how to do this.



================
Comment at: libcxx/test/std/experimental/simd/simd.cons/geneartor.pass.cpp:3
+//
+//                     The LLVM Compiler Infrastructure
+//
----------------
Surely you didn't really mean to name this file "geneartor.pass.cpp"



https://reviews.llvm.org/D41148





More information about the cfe-commits mailing list