Commit 55a40d3
committed
link_fdata does not support hardcoded offsets in no-LBR mode
For example, the below fails as the script tries to match it with the
LBR mode:
```
// RUN: link_fdata --no-lbr ...
// FDATA: 1 foo 0 10
```1 parent 25b58c8 commit 55a40d3
1 file changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments