[all-commits] [llvm/llvm-project] 3015ed: [cmake] Pass LLVM_TABLEGEN_FLAGS to cross compile ...
Carl Ritson via All-commits
all-commits at lists.llvm.org
Thu May 1 04:49:44 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3015edf96e4faad0d367d0879269c1c905a4eec7
https://github.com/llvm/llvm-project/commit/3015edf96e4faad0d367d0879269c1c905a4eec7
Author: Carl Ritson <carl.ritson at amd.com>
Date: 2025-05-01 (Thu, 01 May 2025)
Changed paths:
M llvm/cmake/modules/CrossCompile.cmake
Log Message:
-----------
[cmake] Pass LLVM_TABLEGEN_FLAGS to cross compile targets (#138086)
If ValueTypes.td contains conditional directives enabled by defs in
LLVM_TABLEGEN_FLAGS then native build tblgen and min-tblgen must be
built with matching flags.
This ensures the embedded types in TableGen are consistent with those
used for building tables.
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