Otherwise it is causing one of our build jobs to fail, it is using "external" as directory, and NOT is failing because "external" is found in ModuleID.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/test/CodeGenCUDA/device-use-host-var.cu | ||
---|---|---|
68 | This may be too specific. What if we end up generating a variable in generic AS which does not have addrspace. NEG-NOT: {{^}}@{{.*}} = external |
This may be too specific. What if we end up generating a variable in generic AS which does not have addrspace.
Considering that we went to make sure we don't create references to external variables, we want something like this instead: