Commit b40183b
authored
Pass -no-pie to linker in nativize_llvm.py (emscripten-core#6416)
The default (on my system anyway) seem to be -pie but the .bc.o file
contains relocations are not compatible with PIE.
TESTED=./tests/runner.py other.test_llvm_nativizer1 parent 9fa380a commit b40183b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
0 commit comments