You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've used the method you introduced and get files from .xar file. Finally use llvm-dis, but i get such error of llvm-dis: Invalid record. It's may be the wrong format of the bitcode file. Any suggestion?
The text was updated successfully, but these errors were encountered:
Hi and sorry for the long delay.
Just checked my example (make subject) and the format seems to be fine. The only reason I see: llvm we have (open source version) doesn't support some records from llvm/clang provided by Apple (e.g. some swift specific stuff).
I've used the method you introduced and get files from .xar file. Finally use llvm-dis, but i get such error of llvm-dis: Invalid record. It's may be the wrong format of the bitcode file. Any suggestion?
The text was updated successfully, but these errors were encountered: