This is an archive of the discontinued LLVM Phabricator instance.

Fix build LLVM with -D LLVM_USE_INTEL_JITEVENTS:BOOL=ON
ClosedPublic

Authored by etyurin on Feb 4 2016, 5:36 AM.

Details

Summary

The problem is a missing dependency on llvm/IR/Attributes.inc generating target in LLVMIntelJITEvents CMakeLists.txt.

A patch by Tyurin, Evgeniy.

Diff Detail

Event Timeline

etyurin updated this revision to Diff 46901.Feb 4 2016, 5:36 AM
etyurin retitled this revision from to Fix build LLVM with -D LLVM_USE_INTEL_JITEVENTS:BOOL=ON.
etyurin updated this object.
etyurin added a subscriber: llvm-commits.
andrew.w.kaylor accepted this revision.Feb 4 2016, 10:45 AM
andrew.w.kaylor edited edge metadata.

LGTM

This revision is now accepted and ready to land.Feb 4 2016, 10:45 AM

Looks like patch was not committed.

Looks like patch was not committed.

Another version was committed.
https://reviews.llvm.org/D16940