[llvm] [Analysis] Move TargetLibraryInfo data to TableGen (PR #165009)
Julian Nagele via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 20 06:05:42 PST 2025
juliannagele wrote:
This seems to have broken on our build bots: https://green.lab.llvm.org/job/llvm.org/job/clang-stage2-Rthinlto/1379/
```
13:02:53 /Users/ec2-user/jenkins/workspace/llvm.org/clang-stage2-Rthinlto/llvm-project/llvm/include/module.modulemap:13:18: error: header 'llvm/Analysis/TargetLibraryInfo.def' not found
13:02:53 13 | textual header "llvm/Analysis/TargetLibraryInfo.def"
13:02:53 | ^
```
I'm guessing you're missing a corresponding update to `llvm/include/module.modulemap:` -- could you have a look?
https://github.com/llvm/llvm-project/pull/165009
More information about the llvm-commits
mailing list