Skip to content

Auto-Generated File Missing When Targeting LLVMCore, Causing Dredd Mutation Failure #3

Open
@JonathanFoo0523

Description

@JonathanFoo0523

The attempt to have all auto-generated code in place for Dredd, as noted in README -

cmake --build "${BUILD_DIR}" --target LLVMCore

doesn’t generate llvm/Frontend/OpenMP/OMP.h.inc, and dredd failed to mutate llvm/lib/Transforms/IPO/OpenMPOpt.cpp as a result.

Instead, running

cmake --build "${BUILD_DIR}" --target all

fix this issue, but this requires a long build time.

We should find a way to filter out the necessary targets while still ensure all auto-generated code is in place.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions