[cfe-dev] Clang build broken since git rev 42a0b48dd3773574f648c19b4d9abafb6b4a4f16

Justin Holewinski justin.holewinski at gmail.com
Fri May 25 07:02:44 PDT 2012


On Fri, May 25, 2012 at 5:48 AM, Sebastian Redl <
sebastian.redl at getdesigned.at> wrote:

>  On 25.05.2012 13:50, Jan-Simon Möller wrote:
>
> Hi all!
>
>
>  Since this commit the build is broken for an in-tree clang build.
>
>
>  llvm[5]: Compiling Targets.cpp for Release+Asserts build
>
> /home/buildbot/tmp/buildbot/slave/common/clang/src/llvm/tools/clang/lib/Basic/Targets.cpp: In function ‘clang::TargetInfo* AllocateTarget(const string&)’:
>
> /home/buildbot/tmp/buildbot/slave/common/clang/src/llvm/tools/clang/lib/Basic/Targets.cpp:4142:8: error: ‘ptx32’ is not a member of ‘llvm::Triple’
>
> /home/buildbot/tmp/buildbot/slave/common/clang/src/llvm/tools/clang/lib/Basic/Targets.cpp:4144:8: error: ‘ptx64’ is not a member of ‘llvm::Triple’
>
>  Is your LLVM tree up-to-date? Looks like a synchronized change to me.
>

Looks like you synced LLVM but not Clang.  Yesterday, I removed the PTX
back-end (and all of its related artifacts, like Triple definitions), and
replaced all its occurrences in Clang with the new NVPTX back-end.


>
>
> Sebastian
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>
>


-- 

Thanks,

Justin Holewinski
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20120525/cefc6289/attachment.html>


More information about the cfe-dev mailing list