search for: getbitcodemachinekind

Displaying 2 results from an estimated 2 matches for "getbitcodemachinekind".

2017 Feb 26
3
Problems using Clang with LLD on embedded ARM
...ltins when compiling (with full lto or no lto, it does not try to link these symbols). I just sent an email to register for a bugzilla account, I can report there with a minimally reproducible example for these problems. > > @Renato, do you know if there is any way for us to > implement getBitcodeMachineKind in a sane way so that we don't fill in a > long tail of cases of inferring EM_* from the triple? It seems that the > EM_* choices are buried very deep in the backend, so it might not be > feasible :( > > What kind of issues have you been running into? > > Linker scripts are...
2017 Feb 26
5
Problems using Clang with LLD on embedded ARM
Hi, I stopped into IRC to ask about a problem I've been having using Clang in conjunction with LLD to compile and link for an embedded project on Cortex-M ARM processor. First, I am able to separately compile with a call to clang and link with a call to lld, but I cannot use clang to link using lld using the -fuse-ld=lld flag. I have the output from `clang -v -fuse-ld=lld -target