Displaying 1 result from an estimated 1 matches for "d43658".
Did you mean:
43658
2019 Jun 13
4
Need help on identifying a patch which fixed lld on linux platform
Hi All,
This test is on a ubuntu 12 box. Can anyone please point me what
revision/commit-id of lld fixed this issue which was atleast in llvm 5.0.
.
├── build.sh
├── main.c
├── shared
│ └── sh.c
└── static
└── st.c
[[ build.sh ]]
#!/bin/sh
CC="${TOOLCHAIN}/bin/clang"
AR="${TOOLCHAIN}/bin/llvm-ar"
CFLAGS="-g -O"
LDFLAGS="-fuse-ld=lld"
rm