[all-commits] [llvm/llvm-project] 515a82: [NFC][InferAlignment] Swap extern declaration and ...
Dhruv Chawla via All-commits
all-commits at lists.llvm.org
Wed Sep 20 00:48:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 515a8263269278466b4fbbf22073bc6f84e6fd70
https://github.com/llvm/llvm-project/commit/515a8263269278466b4fbbf22073bc6f84e6fd70
Author: Dhruv Chawla <44582521+dc03 at users.noreply.github.com>
Date: 2023-09-20 (Wed, 20 Sep 2023)
Changed paths:
M llvm/lib/Passes/PassBuilderPipelines.cpp
M llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
Log Message:
-----------
[NFC][InferAlignment] Swap extern declaration and definition of EnableInferAlignmentPass
This prevents a linker issue when only InstCombine is linked without
PassBuilder, like in the case of bugpoint.
More information about the All-commits
mailing list