Commit 08b0356
committed
[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 6a59f0f commit 08b0356
1 file changed
+9
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8116 | 8116 | | |
8117 | 8117 | | |
8118 | 8118 | | |
8119 | | - | |
| 8119 | + | |
| 8120 | + | |
8120 | 8121 | | |
8121 | 8122 | | |
8122 | | - | |
8123 | | - | |
8124 | | - | |
| 8123 | + | |
| 8124 | + | |
| 8125 | + | |
| 8126 | + | |
| 8127 | + | |
| 8128 | + | |
| 8129 | + | |
8125 | 8130 | | |
8126 | 8131 | | |
8127 | 8132 | | |
| |||
0 commit comments