Barbora Murinová via llvm-dev
2018-Jan-10 17:00 UTC
[llvm-dev] X86 target description string
Hi all, the backend data layout string is generated in X86TargetMachine.cpp. As far as I understand, however, that is not the only place where the target description string is generted. Where does the expected target description string come from? Thanks! -- ---------------- Barbora Murinová The University of Edinburgh SK: +421905718390 UK: +447477833795 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180110/1e58bff8/attachment.html>
On 01/10/2018 11:00 AM, Barbora Murinová via llvm-dev wrote:> Hi all, > > the backend data layout string is generated in X86TargetMachine.cpp. > As far as I understand, however, that is not the only place where the > target description string is generted. Where does the expected target > description string come from?There are also data-layout strings in Clang, for example. See calls to resetDataLayout in clang/lib/Basic/Targets/X86.h. -Hal> > Thanks! > > -- > ---------------- > Barbora Murinová > The University of Edinburgh > SK: +421905718390 > UK: +447477833795 > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev-- Hal Finkel Lead, Compiler Technology and Programming Languages Leadership Computing Facility Argonne National Laboratory -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180110/fe211049/attachment.html>