Commit f42e94d
committed
[clang] Use the VFS to create the OpenMP region entry ID (llvm#160918)
This PR uses the VFS to create the OpenMP target entry instead of going
straight to the real file system. This matches the behavior of other
input files of the compiler.1 parent 45254b2 commit f42e94d
File tree
4 files changed
+21
-14
lines changed- clang/lib/CodeGen
- llvm
- include/llvm/Frontend/OpenMP
- lib/Frontend/OpenMP
- mlir/lib/Target/LLVMIR/Dialect/OpenMP
4 files changed
+21
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1547 | 1547 | | |
1548 | 1548 | | |
1549 | 1549 | | |
1550 | | - | |
| 1550 | + | |
| 1551 | + | |
1551 | 1552 | | |
1552 | 1553 | | |
1553 | 1554 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1350 | 1350 | | |
1351 | 1351 | | |
1352 | 1352 | | |
1353 | | - | |
| 1353 | + | |
1354 | 1354 | | |
1355 | 1355 | | |
1356 | 1356 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9849 | 9849 | | |
9850 | 9850 | | |
9851 | 9851 | | |
| 9852 | + | |
9852 | 9853 | | |
9853 | 9854 | | |
9854 | 9855 | | |
9855 | 9856 | | |
9856 | | - | |
9857 | | - | |
9858 | | - | |
9859 | | - | |
| 9857 | + | |
| 9858 | + | |
| 9859 | + | |
| 9860 | + | |
| 9861 | + | |
| 9862 | + | |
9860 | 9863 | | |
9861 | | - | |
9862 | | - | |
| 9864 | + | |
9863 | 9865 | | |
9864 | 9866 | | |
9865 | 9867 | | |
| |||
Lines changed: 10 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3534 | 3534 | | |
3535 | 3535 | | |
3536 | 3536 | | |
| 3537 | + | |
3537 | 3538 | | |
3538 | | - | |
| 3539 | + | |
| 3540 | + | |
3539 | 3541 | | |
3540 | 3542 | | |
3541 | 3543 | | |
| |||
5809 | 5811 | | |
5810 | 5812 | | |
5811 | 5813 | | |
| 5814 | + | |
| 5815 | + | |
5812 | 5816 | | |
5813 | 5817 | | |
5814 | | - | |
5815 | | - | |
| 5818 | + | |
| 5819 | + | |
5816 | 5820 | | |
5817 | 5821 | | |
5818 | 5822 | | |
| |||
5822 | 5826 | | |
5823 | 5827 | | |
5824 | 5828 | | |
5825 | | - | |
5826 | | - | |
5827 | | - | |
| 5829 | + | |
| 5830 | + | |
| 5831 | + | |
5828 | 5832 | | |
5829 | 5833 | | |
5830 | 5834 | | |
| |||
0 commit comments