[all-commits] [llvm/llvm-project] 210692: [llvm/IR] Fix module build issue following e57308b...

Med Ismail Bennani via All-commits all-commits at lists.llvm.org
Thu Jun 6 15:49:31 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 210692bcd6588ac4ae518436f55895a4520deb18
      https://github.com/llvm/llvm-project/commit/210692bcd6588ac4ae518436f55895a4520deb18
  Author: Med Ismail Bennani <ismail at bennani.ma>
  Date:   2024-06-06 (Thu, 06 Jun 2024)

  Changed paths:
    M llvm/include/llvm/IR/IRBuilderFolder.h

  Log Message:
  -----------
  [llvm/IR] Fix module build issue following e57308b063bb (NFC) (#94580)

This patch fixes a build issue following e57308b063bb when enabling
module build.

With that change, we failed to build the LLVM_IR module since
GEPNoWrapFlags wasn't defined prior to using it.

This patch addressed that issue by including the missing header in
`llvm/IR/IRBuilderFolder.h` which uses the `GEPNoWrapFlags` type.
This should ensure that we can always build the `LLVM_IR` module.

Signed-off-by: Med Ismail Bennani <ismail at bennani.ma>

Signed-off-by: Med Ismail Bennani <ismail at bennani.ma>



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