[PATCH] D30015: [OpenMP] Add arch-specific directory to search path

Michał Górny via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 16 14:14:55 PST 2017


mgorny added inline comments.


================
Comment at: test/Driver/arch-specific-libdir.c:6
+// RUN:     -resource-dir=%S/Inputs/resource_dir_with_arch_subdir \
+// RUN:   | FileCheck --check-prefix=CHECK-ARCHDIR %s
+//
----------------
Please be more specific in the tests, i.e. check if the correct arch dir is selected. Also add a test for i386-* triple, and make sure that both i386-* and i686-* give the same result.


https://reviews.llvm.org/D30015





More information about the cfe-commits mailing list