This is an archive of the discontinued LLVM Phabricator instance.

[test-suite] Fix adding the halide runtime file as cxx after file renaming.
ClosedPublic

Authored by asbirlea on Aug 8 2016, 10:17 AM.

Details

Summary

In order for the bitcode files to be linked they need to be marked as being cxx language.
A previous patch renaming the halide runtime failed to do the renaming in the cmake file.
This should also fix the problem of failing aarch64 tests on green dragon - to be re-enabled after this fix.

Diff Detail

Repository
rL LLVM

Event Timeline

asbirlea updated this revision to Diff 67196.Aug 8 2016, 10:17 AM
asbirlea retitled this revision from to [test-suite] Fix adding the halide runtime file as cxx after file renaming..
asbirlea updated this object.
asbirlea added a reviewer: MatzeB.
asbirlea added subscribers: llvm-commits, mehdi_amini.
This revision was automatically updated to reflect the committed changes.