Commit c580ad4
authored
[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 d2c189b commit c580ad4
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 | |
|---|---|---|---|
| |||
1550 | 1550 | | |
1551 | 1551 | | |
1552 | 1552 | | |
1553 | | - | |
| 1553 | + | |
| 1554 | + | |
1554 | 1555 | | |
1555 | 1556 | | |
1556 | 1557 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1406 | 1406 | | |
1407 | 1407 | | |
1408 | 1408 | | |
1409 | | - | |
| 1409 | + | |
1410 | 1410 | | |
1411 | 1411 | | |
1412 | 1412 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10313 | 10313 | | |
10314 | 10314 | | |
10315 | 10315 | | |
| 10316 | + | |
10316 | 10317 | | |
10317 | 10318 | | |
10318 | 10319 | | |
10319 | 10320 | | |
10320 | | - | |
10321 | | - | |
10322 | | - | |
10323 | | - | |
| 10321 | + | |
| 10322 | + | |
| 10323 | + | |
| 10324 | + | |
| 10325 | + | |
| 10326 | + | |
10324 | 10327 | | |
10325 | | - | |
10326 | | - | |
| 10328 | + | |
10327 | 10329 | | |
10328 | 10330 | | |
10329 | 10331 | | |
| |||
Lines changed: 10 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3616 | 3616 | | |
3617 | 3617 | | |
3618 | 3618 | | |
| 3619 | + | |
3619 | 3620 | | |
3620 | | - | |
| 3621 | + | |
| 3622 | + | |
3621 | 3623 | | |
3622 | 3624 | | |
3623 | 3625 | | |
| |||
5915 | 5917 | | |
5916 | 5918 | | |
5917 | 5919 | | |
| 5920 | + | |
| 5921 | + | |
5918 | 5922 | | |
5919 | 5923 | | |
5920 | | - | |
5921 | | - | |
| 5924 | + | |
| 5925 | + | |
5922 | 5926 | | |
5923 | 5927 | | |
5924 | 5928 | | |
| |||
5928 | 5932 | | |
5929 | 5933 | | |
5930 | 5934 | | |
5931 | | - | |
5932 | | - | |
5933 | | - | |
| 5935 | + | |
| 5936 | + | |
| 5937 | + | |
5934 | 5938 | | |
5935 | 5939 | | |
5936 | 5940 | | |
| |||
0 commit comments