[PATCH] D29654: [OpenMP] Integrate OpenMP target region cubin into host binary
Alex Lorenz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 8 08:55:17 PDT 2017
arphaman added a comment.
If you look at the map then you can see that it contains very similar keys, but not the exact one:
first = {
first = 0x0000000111c017d0
second = "x86_64-apple-darwin17.0.0-host"
}
and
first = {
first = 0x0000000111c01320
second = "x86_64-apple-darwin17.0.0-x86_64-host"
}
https://reviews.llvm.org/D29654
More information about the cfe-commits
mailing list