Landing: 61a39811893c
Project / Subsystem
gcc / loongarch
Date
2026-05-18
Author
Zhou Qiankang
Commit
61a39811893cf34794e6ffe5ab382882c6a5ddc0
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- loongarch
- patch_id
- —
- commit_hash
- 61a39811893cf34794e6ffe5ab382882c6a5ddc0
- source_type
- github
- headline
- LoongArch: Fix missing plugin header for cpu-features.h
- tldr
- Fixes a build failure when compiling GCC plugins that include target headers on LoongArch due to a missing header file.
- author
- Zhou Qiankang
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • loongarch
- • plugin
- • build
- • header
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-05-18T00:00:00.000Z
When compiling GCC plugins that include target headers on LoongArch, the build fails because cpu-features.h is not installed. This commit adds the missing header to the list of headers installed with the plugin, resolving the build failure. This ensures that GCC plugins that rely on target-specific CPU features will build correctly on LoongArch.