[all-commits] [llvm/llvm-project] 514b85: [mlir] Fix the build
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Thu May 1 10:52:19 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 514b853972d81a2834a9d2b89df27cd9c382df7d
https://github.com/llvm/llvm-project/commit/514b853972d81a2834a9d2b89df27cd9c382df7d
Author: Kazu Hirata <kazu at google.com>
Date: 2025-05-01 (Thu, 01 May 2025)
Changed paths:
M mlir/include/mlir/Conversion/ConvertToEmitC/ConvertToEmitCPass.h
Log Message:
-----------
[mlir] Fix the build
This patch fixes:
llvm/include/llvm/ADT/SmallVector.h:1162:7: error: implicit
instantiation of undefined template 'std::basic_string<char>'
This happens under -DCMAKE_CXX_FLAGS="-stdlib=libc++".
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