This is an archive of the discontinued LLVM Phabricator instance.

CMake target LLVMOProfileJIT should depend on intrinsics_gen
Needs ReviewPublic

Authored by Atkins on May 20 2019, 8:25 AM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

build failed with:

In file included from include/llvm/IR/Instructions.h:27:0,
                 from include/llvm/Analysis/MemoryLocation.h:21,
                 from include/llvm/Analysis/AliasAnalysis.h:44,
                 from include/llvm/CodeGen/MachineInstr.h:24,
                 from include/llvm/CodeGen/MachineBasicBlock.h:22,
                 from include/llvm/CodeGen/MachineFunction.h:31,
                 from lib/ExecutionEngine/OProfileJIT/OProfileJITEventListener.cpp:16:
include/llvm/IR/Attributes.h:74:14: fatal error: llvm/IR/Attributes.inc: No such file or directory
     #include "llvm/IR/Attributes.inc"
              ^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [lib/ExecutionEngine/OProfileJIT/CMakeFiles/LLVMOProfileJIT.dir/build.make:63: lib/ExecutionEngine/OProfileJIT/CMakeFiles/LLVMOProfileJIT.dir/OProfileJITEventListener.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:6831: lib/ExecutionEngine/OProfileJIT/CMakeFiles/LLVMOProfileJIT.dir/all] Error 2

Diff Detail

Repository
rL LLVM

Event Timeline

Atkins created this revision.May 20 2019, 8:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 20 2019, 8:25 AM
Atkins edited the summary of this revision. (Show Details)May 20 2019, 8:26 AM