[Openmp-commits] [PATCH] D93786: [OpenMP][Fix] Make the arch selector for x86_64 work
Johannes Doerfert via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Dec 24 08:28:58 PST 2020
jdoerfert added a comment.
In D93786#2470796 <https://reviews.llvm.org/D93786#2470796>, @tianshilei1992 wrote:
> Is it because the triple is separated by `-`?
x86 and 64 is separated by - in the architecture list so `getArchTypeForLLVMName` will not recognize "x86_64".
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93786/new/
https://reviews.llvm.org/D93786
More information about the Openmp-commits
mailing list