[all-commits] [llvm/llvm-project] ab4607: [TableGen] Trying fix for PatternParser linker error
Pierre van Houtryve via All-commits
all-commits at lists.llvm.org
Mon Feb 5 00:04:33 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ab460797f3af80bd262648d4dd306ef751d4e0f6
https://github.com/llvm/llvm-project/commit/ab460797f3af80bd262648d4dd306ef751d4e0f6
Author: pvanhout <pierre.vanhoutryve at amd.com>
Date: 2024-02-05 (Mon, 05 Feb 2024)
Changed paths:
M llvm/utils/TableGen/GlobalISel/CMakeLists.txt
Log Message:
-----------
[TableGen] Trying fix for PatternParser linker error
There is an implicit dependency here and we can't call CodeGenIntrinsics.cpp functions from PatternParser.cpp reliably, so some build bots were failing.
Try to add LLVMTableGenCommon to the list of source files to see if it fixes it, if it doesn't , I'll revert.
More information about the All-commits
mailing list