Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

add dependency for parallel compilation #2

Merged
merged 1 commit into from
Jul 20, 2020

Conversation

squizz617
Copy link
Contributor

make -j128 fails with the following error. TestPass has to depend on intrinsics_gen to support parallel compilation.

In file included from /home/seulbae/llvm-sanitizer-tutorial/llvm/include/llvm/IR/Argument.h:19:0,
                 from /home/seulbae/llvm-sanitizer-tutorial/llvm/include/llvm/IR/Function.h:26,
                 from /home/seulbae/llvm-sanitizer-tutorial/llvm/include/llvm/IR/PassManager.h:45,
                 from /home/seulbae/llvm-sanitizer-tutorial/llvm/include/llvm/Transforms/Instrumentation/TestSanitizer.h:4,
                 from /home/seulbae/llvm-sanitizer-tutorial/llvm/lib/Transforms/TestPass/TestPass.cpp:3:
/home/seulbae/llvm-sanitizer-tutorial/llvm/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.

@CLAassistant
Copy link

CLA assistant check
All committers have signed the CLA.

@carsonharmon carsonharmon merged commit d29dfee into trailofbits:master Jul 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants