CUDA (well, strictly speaking, NVPTX) doesn't support aliases.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
OK. One question inline, but feel free to commit after answering one way or the other :)
-eric
test/SemaCUDA/alias.cu | ||
---|---|---|
1–2 ↗ | (On Diff #45783) | Why does this require a registered target? Pretty sure TargetInfo should be able to cope with all of these. |
test/SemaCUDA/alias.cu | ||
---|---|---|
1–2 ↗ | (On Diff #45783) | Honestly I've been cargo-culting those lines from other SemaCUDA tests. Would you mind elaborating on what they're for? |
test/SemaCUDA/alias.cu | ||
---|---|---|
1–2 ↗ | (On Diff #45783) | Removed them in the meantime. |