mirror of
https://github.com/rui314/mold.git
synced 2024-11-15 14:36:25 +03:00
Fix CI
This commit is contained in:
parent
fe9e52b184
commit
5912a0022f
@ -18,7 +18,7 @@ int main() {
|
||||
}
|
||||
EOF
|
||||
|
||||
cat <<EOF | cc -shared -o $t/b.so -xc -
|
||||
cat <<EOF | cc -fPIC -shared -o $t/b.so -xc -
|
||||
#include <stdio.h>
|
||||
|
||||
__attribute__((ifunc("resolve_foobar")))
|
||||
|
Loading…
Reference in New Issue
Block a user