Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 May 2022 18:17:59 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cfe8f1001ff0 - main - devel/llvm-devel: New snapshot
Message-ID:  <202205261817.24QIHx1K003340@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by brooks:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cfe8f1001ff0d8d0484883f3b5fd34e03ce61b84

commit cfe8f1001ff0d8d0484883f3b5fd34e03ce61b84
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2022-05-24 16:42:06 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2022-05-26 18:15:49 +0000

    devel/llvm-devel: New snapshot
    
    Disable FLANG on arm6/arm7.  It's not 32-bit clean, is unlikely to
    ever be so, and fails to build on many people's systems due to running
    out of memory.  This matches other llvm-* ports.
    
    Replace a patch reverting a commit that is broken with our libc++ with a
    patch with a workaround that is likely to land upstream.
---
 devel/llvm-devel/Makefile                        |   2 +
 devel/llvm-devel/Makefile.snapshot               |   4 +-
 devel/llvm-devel/distinfo                        |   6 +-
 devel/llvm-devel/files/patch-revert-0d8cb8b399ad | 280 -----------------------
 devel/llvm-devel/pkg-plist                       |  10 +
 5 files changed, 17 insertions(+), 285 deletions(-)

diff --git a/devel/llvm-devel/Makefile b/devel/llvm-devel/Makefile
index 87fb86913e7f..155e9f600139 100644
--- a/devel/llvm-devel/Makefile
+++ b/devel/llvm-devel/Makefile
@@ -98,6 +98,8 @@ OPTIONS_DEFAULT_powerpc=	COMPILER_RT GOLD
 OPTIONS_DEFAULT_powerpc64=	COMPILER_RT GOLD OPENMP
 OPTIONS_DEFAULT_powerpc64le=	COMPILER_RT GOLD OPENMP
 OPTIONS_DEFAULT_riscv64=	COMPILER_RT OPENMP
+OPTIONS_EXCLUDE_armv6=	FLANG
+OPTIONS_EXCLUDE_armv7=	FLANG
 OPTIONS_EXCLUDE_i386=	FLANG
 OPTIONS_EXCLUDE_powerpc=	FLANG
 OPTIONS_EXCLUDE_riscv64=	LLDB
diff --git a/devel/llvm-devel/Makefile.snapshot b/devel/llvm-devel/Makefile.snapshot
index 580196607ea0..7a22047535cb 100644
--- a/devel/llvm-devel/Makefile.snapshot
+++ b/devel/llvm-devel/Makefile.snapshot
@@ -4,6 +4,6 @@
 #
 LLVM_MAJOR=	15
 LLVM_RELEASE=	${LLVM_MAJOR}.0.0
-SNAPDATE=	20220517
+SNAPDATE=	20220523
 
-LLVM_PROJECT_COMMIT=		bd93df937a6441db4aff67191ca0bb486554c34b
+LLVM_PROJECT_COMMIT=		c8e087082927e289bae328dc6dd07fe02b3341b1
diff --git a/devel/llvm-devel/distinfo b/devel/llvm-devel/distinfo
index 84d39ac2af49..a61d24c6c993 100644
--- a/devel/llvm-devel/distinfo
+++ b/devel/llvm-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1652807745
-SHA256 (llvm-llvm-project-15.0.d20220517-bd93df937a6441db4aff67191ca0bb486554c34b_GH0.tar.gz) = cce495a0e212d6a25d0c0b1b4f84832f7cf66f3a4e6c277c6198c0a7b0b860dc
-SIZE (llvm-llvm-project-15.0.d20220517-bd93df937a6441db4aff67191ca0bb486554c34b_GH0.tar.gz) = 164117692
+TIMESTAMP = 1653341608
+SHA256 (llvm-llvm-project-15.0.d20220523-c8e087082927e289bae328dc6dd07fe02b3341b1_GH0.tar.gz) = c61726eafa2997dc0e8d43879fae0990d121b432ce9e24d6c83c7ba1453ed737
+SIZE (llvm-llvm-project-15.0.d20220523-c8e087082927e289bae328dc6dd07fe02b3341b1_GH0.tar.gz) = 164368523
diff --git a/devel/llvm-devel/files/patch-revert-0d8cb8b399ad b/devel/llvm-devel/files/patch-revert-0d8cb8b399ad
deleted file mode 100644
index 0429ab6e37e8..000000000000
--- a/devel/llvm-devel/files/patch-revert-0d8cb8b399ad
+++ /dev/null
@@ -1,280 +0,0 @@
-commit 0d8cb8b399adcd17e8bf17be7814d030308c8b82
-Author: David Blaikie <dblaikie@gmail.com>
-Date:   Thu May 5 18:09:34 2022 +0000
-
-    DWARFVerifier: Verify CU/TU index overlap issues
-    
-    Discovered in a large object that would need a 64 bit index (but the
-    cu/tu index format doesn't include a 64 bit offset/length mode in
-    DWARF64 - a spec bug) but instead binutils dwp overflowed the offsets
-    causing overlapping regions.
-
-diff --git llvm/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h llvm/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h
-index b5e191ba7def..d7e1bc745255 100644
---- llvm/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h
-+++ llvm/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h
-@@ -64,25 +64,6 @@ enum DWARFSectionKind {
-   DW_SECT_EXT_MACINFO = 10,
- };
- 
--inline const char *toString(DWARFSectionKind Kind) {
--  switch (Kind) {
--  case DW_SECT_EXT_unknown:
--    return "Unknown DW_SECT value 0";
--#define STRINGIZE(X) #X
--#define HANDLE_DW_SECT(ID, NAME)                                               \
--  case DW_SECT_##NAME:                                                         \
--    return "DW_SECT_" STRINGIZE(NAME);
--#include "llvm/BinaryFormat/Dwarf.def"
--  case DW_SECT_EXT_TYPES:
--    return "DW_SECT_TYPES";
--  case DW_SECT_EXT_LOC:
--    return "DW_SECT_LOC";
--  case DW_SECT_EXT_MACINFO:
--    return "DW_SECT_MACINFO";
--  }
--  llvm_unreachable("unknown DWARFSectionKind");
--}
--
- /// Convert the internal value for a section kind to an on-disk value.
- ///
- /// The conversion depends on the version of the index section.
-diff --git llvm/include/llvm/DebugInfo/DWARF/DWARFVerifier.h llvm/include/llvm/DebugInfo/DWARF/DWARFVerifier.h
-index 1f1ebe943238..1f1585506763 100644
---- llvm/include/llvm/DebugInfo/DWARF/DWARFVerifier.h
-+++ llvm/include/llvm/DebugInfo/DWARF/DWARFVerifier.h
-@@ -14,7 +14,6 @@
- #include "llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h"
- #include "llvm/DebugInfo/DWARF/DWARFAddressRange.h"
- #include "llvm/DebugInfo/DWARF/DWARFDie.h"
--#include "llvm/DebugInfo/DWARF/DWARFUnitIndex.h"
- #include <cstdint>
- #include <map>
- #include <set>
-@@ -157,10 +156,6 @@ private:
-   unsigned verifyUnitSection(const DWARFSection &S);
-   unsigned verifyUnits(const DWARFUnitVector &Units);
- 
--  unsigned verifyIndexes(const DWARFObject &DObj);
--  unsigned verifyIndex(StringRef Name, DWARFSectionKind SectionKind,
--                       StringRef Index);
--
-   /// Verifies that a call site entry is nested within a subprogram with a
-   /// DW_AT_call attribute.
-   ///
-@@ -305,24 +300,6 @@ public:
-   /// \returns true if all sections verify successfully, false otherwise.
-   bool handleDebugInfo();
- 
--  /// Verify the information in the .debug_cu_index section.
--  ///
--  /// Any errors are reported to the stream that was this object was
--  /// constructed with.
--  ///
--  /// \returns true if the .debug_cu_index verifies successfully, false
--  /// otherwise.
--  bool handleDebugCUIndex();
--
--  /// Verify the information in the .debug_tu_index section.
--  ///
--  /// Any errors are reported to the stream that was this object was
--  /// constructed with.
--  ///
--  /// \returns true if the .debug_tu_index verifies successfully, false
--  /// otherwise.
--  bool handleDebugTUIndex();
--
-   /// Verify the information in the .debug_line section.
-   ///
-   /// Any errors are reported to the stream that was this object was
-diff --git llvm/lib/DebugInfo/DWARF/DWARFContext.cpp llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
-index 6c652dd74c80..7b32a8e3864e 100644
---- llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
-+++ llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
-@@ -769,10 +769,6 @@ bool DWARFContext::verify(raw_ostream &OS, DIDumpOptions DumpOpts) {
-   DWARFVerifier verifier(OS, *this, DumpOpts);
- 
-   Success &= verifier.handleDebugAbbrev();
--  if (DumpOpts.DumpType & DIDT_DebugCUIndex)
--    Success &= verifier.handleDebugCUIndex();
--  if (DumpOpts.DumpType & DIDT_DebugTUIndex)
--    Success &= verifier.handleDebugTUIndex();
-   if (DumpOpts.DumpType & DIDT_DebugInfo)
-     Success &= verifier.handleDebugInfo();
-   if (DumpOpts.DumpType & DIDT_DebugLine)
-diff --git llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
-index 154471405372..918cd4e27733 100644
---- llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
-+++ llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
-@@ -6,7 +6,6 @@
- //
- //===----------------------------------------------------------------------===//
- #include "llvm/DebugInfo/DWARF/DWARFVerifier.h"
--#include "llvm/ADT/IntervalMap.h"
- #include "llvm/ADT/SmallSet.h"
- #include "llvm/BinaryFormat/Dwarf.h"
- #include "llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h"
-@@ -396,57 +395,6 @@ unsigned DWARFVerifier::verifyUnitSection(const DWARFSection &S) {
-   return NumDebugInfoErrors;
- }
- 
--unsigned DWARFVerifier::verifyIndex(StringRef Name,
--                                    DWARFSectionKind InfoColumnKind,
--                                    StringRef IndexStr) {
--  if (IndexStr.empty())
--    return 0;
--  OS << "Verifying " << Name << "...\n";
--  DWARFUnitIndex Index(InfoColumnKind);
--  DataExtractor D(IndexStr, DCtx.isLittleEndian(), 0);
--  if (!Index.parse(D))
--    return 1;
--  IntervalMap<uint32_t, uint64_t>::Allocator Alloc;
--  std::vector<IntervalMap<uint32_t, uint64_t>> Sections(
--      Index.getColumnKinds().size(), IntervalMap<uint32_t, uint64_t>(Alloc));
--  for (const DWARFUnitIndex::Entry &E : Index.getRows()) {
--    uint64_t Sig = E.getSignature();
--    if (!E.getContributions())
--      continue;
--    for (auto E : enumerate(InfoColumnKind == DW_SECT_INFO
--                                ? makeArrayRef(E.getContributions(),
--                                               Index.getColumnKinds().size())
--                                : makeArrayRef(E.getContribution(), 1))) {
--      const DWARFUnitIndex::Entry::SectionContribution &SC = E.value();
--      int Col = E.index();
--      if (SC.Length == 0)
--        continue;
--      auto &M = Sections[Col];
--      auto I = M.find(SC.Offset);
--      if (I != M.end() && I.start() < (SC.Offset + SC.Length)) {
--        error() << llvm::formatv(
--            "overlapping index entries for entries {0:x16} "
--            "and {1:x16} for column {2}\n",
--            *I, Sig, toString(Index.getColumnKinds()[Col]));
--        return 1;
--      }
--      M.insert(SC.Offset, SC.Offset + SC.Length - 1, Sig);
--    }
--  }
--
--  return 0;
--}
--
--bool DWARFVerifier::handleDebugCUIndex() {
--  return verifyIndex(".debug_cu_index", DWARFSectionKind::DW_SECT_INFO,
--                     DCtx.getDWARFObj().getCUIndexSection()) == 0;
--}
--
--bool DWARFVerifier::handleDebugTUIndex() {
--  return verifyIndex(".debug_tu_index", DWARFSectionKind::DW_SECT_EXT_TYPES,
--                     DCtx.getDWARFObj().getTUIndexSection()) == 0;
--}
--
- bool DWARFVerifier::handleDebugInfo() {
-   const DWARFObject &DObj = DCtx.getDWARFObj();
-   unsigned NumErrors = 0;
-diff --git llvm/test/DebugInfo/X86/debug-cu-index-overlap.s llvm/test/DebugInfo/X86/debug-cu-index-overlap.s
-deleted file mode 100644
-index 66ed6f5a2759..000000000000
---- llvm/test/DebugInfo/X86/debug-cu-index-overlap.s
-+++ /dev/null
-@@ -1,100 +0,0 @@
--# RUN: llvm-mc -triple x86_64-unknown-linux %s -filetype=obj -o - | \
--# RUN:   not llvm-dwarfdump -debug-cu-index -debug-tu-index --verify - | FileCheck %s
--
--# FIXME: The verifier should probably be handled to verify the hash table
--# itself - in which case this test would need to be updated to have a correct
--# hash table (currently hand crafted with no attempt at correct allocation of
--# hashes to buckets) - and probably to verify that the section ranges apply to
--# sections that exist, which currently they don't
--
--# This tests that an index that describes units as being in overlapping
--# sections is invalid (this was observed in the wild due to overflow due to the
--# 32 bit limit of the indexes (a DWARF spec bug - there should be a 64 bit
--# version of the index format with 64 bit offsets/sizes)) - but Type Units will
--# generally share all the sections other than the info section with each other
--# (and with their originating CU) since the dwo format has no way to describe
--# which part of non-info-section contributions are used by which units, so
--# they're all shared. So demonstrate that the TU index ignores non-info overlap,
--# but the CU index diagnoses such overlap (in the abbrev section, in this case)
--
--# This doesn't currently check for info section overlap between the CU and TU
--# index, but that could be an extension of this work in the future.
--
--# CHECK: Verifying .debug_cu_index... 
--# CHECK: error: overlapping index entries for entries 0x0000000000000001 and 0x0000000000000002 for column DW_SECT_ABBREV
--# CHECK: Verifying .debug_tu_index... 
--# CHECK: error: overlapping index entries for entries 0x0000000000000001 and 0x0000000000000003 for column DW_SECT_INFO
--
--    .section .debug_cu_index, "", @progbits
--## Header:
--    .long 5             # Version
--    .long 2             # Section count
--    .long 3             # Unit count
--    .long 4             # Slot count
--## Hash Table of Signatures:
--    .quad 0x0000000000000001
--    .quad 0x0000000000000002
--    .quad 0x0000000000000003
--    .quad 0
--## Parallel Table of Indexes:
--    .long 1
--    .long 2
--    .long 3
--    .long 0
--## Table of Section Offsets:
--## Row 0:
--    .long 1             # DW_SECT_INFO
--    .long 3             # DW_SECT_ABBREV
--## Row 1:
--    .long 0x1           # Offset in .debug_info.dwo
--    .long 0x1           # Offset in .debug_abbrev.dwo
--## Row 2:
--    .long 0x2           # Offset in .debug_info.dwo
--    .long 0x1           # Offset in .debug_abbrev.dwo
--## Row 3:
--    .long 0x1           # Offset in .debug_info.dwo
--    .long 0x1           # Offset in .debug_abbrev.dwo
--## Table of Section Sizes:
--    .long 0x1          # Size in .debug_info.dwo
--    .long 0x1          # Size in .debug_abbrev.dwo
--    .long 0x1          # Size in .debug_info.dwo
--    .long 0x1          # Size in .debug_abbrev.dwo
--    .long 0x1          # Size in .debug_info.dwo
--    .long 0x1          # Size in .debug_abbrev.dwo
--
--    .section .debug_tu_index, "", @progbits
--## Header:
--    .long 5             # Version
--    .long 2             # Section count
--    .long 3             # Unit count
--    .long 4             # Slot count
--## Hash Table of Signatures:
--    .quad 0x0000000000000001
--    .quad 0x0000000000000002
--    .quad 0x0000000000000003
--    .quad 0
--## Parallel Table of Indexes:
--    .long 1
--    .long 2
--    .long 3
--    .long 0
--## Table of Section Offsets:
--## Row 0:
--    .long 1             # DW_SECT_INFO
--    .long 3             # DW_SECT_ABBREV
--## Row 1:
--    .long 0x1           # Offset in .debug_info.dwo
--    .long 0x1           # Offset in .debug_abbrev.dwo
--## Row 2:
--    .long 0x2           # Offset in .debug_info.dwo
--    .long 0x1           # Offset in .debug_abbrev.dwo
--## Row 3:
--    .long 0x1           # Offset in .debug_info.dwo
--    .long 0x1           # Offset in .debug_abbrev.dwo
--## Table of Section Sizes:
--    .long 0x1          # Size in .debug_info.dwo
--    .long 0x1          # Size in .debug_abbrev.dwo
--    .long 0x1          # Size in .debug_info.dwo
--    .long 0x1          # Size in .debug_abbrev.dwo
--    .long 0x1          # Size in .debug_info.dwo
--    .long 0x1          # Size in .debug_abbrev.dwo
diff --git a/devel/llvm-devel/pkg-plist b/devel/llvm-devel/pkg-plist
index f12eb4c01626..daee552dac5b 100644
--- a/devel/llvm-devel/pkg-plist
+++ b/devel/llvm-devel/pkg-plist
@@ -1184,6 +1184,7 @@ llvm-devel/bin/verify-uselistorder
 %%CLANG%%llvm-devel/include/clang/Serialization/ModuleManager.h
 %%CLANG%%llvm-devel/include/clang/Serialization/PCHContainerOperations.h
 %%CLANG%%llvm-devel/include/clang/Serialization/SerializationDiagnostic.h
+%%CLANG%%llvm-devel/include/clang/Serialization/SourceLocationEncoding.h
 %%CLANG%%llvm-devel/include/clang/Serialization/TypeBitCodes.def
 %%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h
 %%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Checkers/Checkers.inc
@@ -1857,6 +1858,7 @@ llvm-devel/bin/verify-uselistorder
 %%LLDB%%llvm-devel/include/lldb/Interpreter/OptionGroupBoolean.h
 %%LLDB%%llvm-devel/include/lldb/Interpreter/OptionGroupFile.h
 %%LLDB%%llvm-devel/include/lldb/Interpreter/OptionGroupFormat.h
+%%LLDB%%llvm-devel/include/lldb/Interpreter/OptionGroupMemoryTag.h
 %%LLDB%%llvm-devel/include/lldb/Interpreter/OptionGroupOutputFile.h
 %%LLDB%%llvm-devel/include/lldb/Interpreter/OptionGroupPlatform.h
 %%LLDB%%llvm-devel/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h
@@ -2383,6 +2385,7 @@ llvm-devel/include/llvm/BinaryFormat/ELFRelocs/SystemZ.def
 llvm-devel/include/llvm/BinaryFormat/ELFRelocs/VE.def
 llvm-devel/include/llvm/BinaryFormat/ELFRelocs/i386.def
 llvm-devel/include/llvm/BinaryFormat/ELFRelocs/x86_64.def
+llvm-devel/include/llvm/BinaryFormat/GOFF.h
 llvm-devel/include/llvm/BinaryFormat/MachO.def
 llvm-devel/include/llvm/BinaryFormat/MachO.h
 llvm-devel/include/llvm/BinaryFormat/Magic.h
@@ -3917,6 +3920,7 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h
 %%MLIR%%llvm-devel/include/mlir/Conversion/AsyncToLLVM/AsyncToLLVM.h
 %%MLIR%%llvm-devel/include/mlir/Conversion/BufferizationToMemRef/BufferizationToMemRef.h
 %%MLIR%%llvm-devel/include/mlir/Conversion/ComplexToLLVM/ComplexToLLVM.h
+%%MLIR%%llvm-devel/include/mlir/Conversion/ComplexToLibm/ComplexToLibm.h
 %%MLIR%%llvm-devel/include/mlir/Conversion/ComplexToStandard/ComplexToStandard.h
 %%MLIR%%llvm-devel/include/mlir/Conversion/ControlFlowToLLVM/ControlFlowToLLVM.h
 %%MLIR%%llvm-devel/include/mlir/Conversion/ControlFlowToSPIRV/ControlFlowToSPIRV.h
@@ -4096,6 +4100,7 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h
 %%MLIR%%llvm-devel/include/mlir/Dialect/Bufferization/IR/BufferizationOpsDialect.h.inc
 %%MLIR%%llvm-devel/include/mlir/Dialect/Bufferization/IR/BufferizationOpsTypes.cpp.inc
 %%MLIR%%llvm-devel/include/mlir/Dialect/Bufferization/IR/BufferizationOpsTypes.h.inc
+%%MLIR%%llvm-devel/include/mlir/Dialect/Bufferization/Transforms/AllocTensorElimination.h
 %%MLIR%%llvm-devel/include/mlir/Dialect/Bufferization/Transforms/BufferUtils.h
 %%MLIR%%llvm-devel/include/mlir/Dialect/Bufferization/Transforms/Bufferize.h
 %%MLIR%%llvm-devel/include/mlir/Dialect/Bufferization/Transforms/FuncBufferizableOpInterfaceImpl.h
@@ -4279,6 +4284,10 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h
 %%MLIR%%llvm-devel/include/mlir/Dialect/Linalg/Transforms/Transforms.h
 %%MLIR%%llvm-devel/include/mlir/Dialect/Linalg/Utils/Utils.h
 %%MLIR%%llvm-devel/include/mlir/Dialect/MLProgram/IR/MLProgram.h
+%%MLIR%%llvm-devel/include/mlir/Dialect/MLProgram/IR/MLProgramAttributes.cpp.inc
+%%MLIR%%llvm-devel/include/mlir/Dialect/MLProgram/IR/MLProgramAttributes.h
+%%MLIR%%llvm-devel/include/mlir/Dialect/MLProgram/IR/MLProgramAttributes.h.inc
+%%MLIR%%llvm-devel/include/mlir/Dialect/MLProgram/IR/MLProgramAttributes.td
 %%MLIR%%llvm-devel/include/mlir/Dialect/MLProgram/IR/MLProgramBase.td
 %%MLIR%%llvm-devel/include/mlir/Dialect/MLProgram/IR/MLProgramOps.cpp.inc
 %%MLIR%%llvm-devel/include/mlir/Dialect/MLProgram/IR/MLProgramOps.h.inc
@@ -5342,6 +5351,7 @@ llvm-devel/lib/libLTO.so.%%LLVM_MAJOR%%git
 %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRCastInterfaces.a
 %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRComplex.a
 %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRComplexToLLVM.a
+%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRComplexToLibm.a
 %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRComplexToStandard.a
 %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRControlFlow.a
 %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRControlFlowInterfaces.a



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205261817.24QIHx1K003340>