This is an archive of the discontinued LLVM Phabricator instance.

Bitcode tests failure because of the change in r338787
AbandonedPublic

Authored by santosh on Aug 6 2018, 12:03 AM.

Details

Reviewers
MatzeB
Meinersbur
Summary

llvm_multisource function change was not updated in Bitcode tests.

Event Timeline

santosh created this revision.Aug 6 2018, 12:03 AM
santosh updated this revision to Diff 159255.Aug 6 2018, 1:07 AM

Deleting commented out lines.
Commented out old lines were not deleted.

santosh retitled this revision from <Bitcode tests failure because of the change in r338787> to Bitcode tests failure because of the change in r338787.Aug 7 2018, 9:26 AM
santosh added a reviewer: Meinersbur.

All 377 Bitcode tests are failing because no .bc file is compiled before invoking the linker.

I will need help in submitting the change, if accepted.

Looks like an obvious change, but r338787 is by @MatzeB I'd wait for his ok.

Bitcode/Benchmarks/Halide/bilateral_grid/CMakeLists.txt
10–11

[nit] Can you indent the argument lines?

Bitcode/simd_ops/CMakeLists.txt
21–22

[nit] Indention is a bit off

santosh updated this revision to Diff 159640.Aug 7 2018, 8:08 PM

Indentation corrected.

santosh marked 2 inline comments as done.Aug 7 2018, 8:14 PM

The same issue has been fixed in r339242

Could you close the review if it's not needed anymore?

santosh abandoned this revision.Aug 9 2018, 9:02 AM

The issue has been fixed in r339242.