[Openmp-commits] [PATCH] D30015: [OpenMP] Add arch-specific directory to search path
Pirama Arumuga Nainar via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Feb 16 16:10:11 PST 2017
pirama added inline comments.
================
Comment at: test/Driver/arch-specific-libdir-rpath.c:6
+// -rpath only gets added during native compilation
+// REQUIRES: native
+//
----------------
pirama wrote:
> I feel this test is fragile. Any idea how to further restrict and require that the default target triple has linux and one of i386, x86_64, arm, aarch64?
>
> I could create sub-dirs for all archs returned by Triple::getArchTypeName (llvm/lib/Support/Triple.cpp) but it seems overkill.
I've restricted the test to just x86_64-linux.
https://reviews.llvm.org/D30015
More information about the Openmp-commits
mailing list