[all-commits] [llvm/llvm-project] 01d7a1: [llvm] Add missing dependency of libLLVMCodeGen on...
Jon Roelofs via All-commits
all-commits at lists.llvm.org
Tue Dec 17 16:03:23 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 01d7a187a4a80afc77300641ab5a86b271e8343f
https://github.com/llvm/llvm-project/commit/01d7a187a4a80afc77300641ab5a86b271e8343f
Author: Jon Roelofs <jonathan_roelofs at apple.com>
Date: 2024-12-17 (Tue, 17 Dec 2024)
Changed paths:
M llvm/lib/CodeGen/CMakeLists.txt
Log Message:
-----------
[llvm] Add missing dependency of libLLVMCodeGen on vt_gen
```
llvm-project/llvm/include/llvm/CodeGenTypes/MachineValueType.h:43:10: fatal error: 'llvm/CodeGen/GenVT.inc' file not found
43 | #include "llvm/CodeGen/GenVT.inc"
| ^~~~~~~~~~~~~~~~~~~~~~~~
```
rdar://141643651
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list