Commit 7b3d285
authored
[clang] Use the VFS to get the unique file ID (llvm#160936)
This PR uses the VFS to get the unique file ID when printing
externalized decls in CUDA instead of going straight to the real file
system. This matches the behavior of other input files of the compiler.1 parent 34ebdaf commit 7b3d285
1 file changed
+9
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8172 | 8172 | | |
8173 | 8173 | | |
8174 | 8174 | | |
8175 | | - | |
| 8175 | + | |
| 8176 | + | |
8176 | 8177 | | |
8177 | 8178 | | |
8178 | | - | |
8179 | | - | |
8180 | | - | |
| 8179 | + | |
| 8180 | + | |
| 8181 | + | |
| 8182 | + | |
| 8183 | + | |
| 8184 | + | |
| 8185 | + | |
8181 | 8186 | | |
8182 | 8187 | | |
8183 | 8188 | | |
| |||
0 commit comments