Skip to content

[Flang][CI] Merge CI rejects any change to llvm/Support/Compiler.h #144211

Open
@kikairoya

Description

@kikairoya

I noticed a build failure after making a change to llvm/include/llvm/Support/Compiler.h .
#143222 (comment)

The build log shows the following error:

fatal error: file 'C:\Users\tcwg\llvm-worker\flang-arm64-windows-msvc\llvm-project\llvm\include\llvm\Support\Compiler.h' has been modified since the precompiled header 'C:/Users/tcwg/llvm-worker/flang-arm64-windows-msvc/build/tools/flang/lib/Parser/CMakeFiles/FortranParser.dir/./cmake_pch.cxx.pch' was built: size changed (was 27102, now 27125)

It appears that the build system does not properly detect and rebuild the precompiled header when one of its dependencies is updated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    build-problemflangFlang issues not falling into any other category

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions