Commit 0ac3110
[LLVM] Fix getpagesize in ORC runner for tpde-lli
getpagesize(2) is not portable. Some systems use sysconf(3) instead.
Let's use llvm::sys::Process::getPageSize()1 parent 67da9d5 commit 0ac3110
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
0 commit comments