[all-commits] [llvm/llvm-project] 378e9b: [cir-translate] Fix crash issue where the data lay...
darkbuck via All-commits
all-commits at lists.llvm.org
Wed Jul 9 20:26:36 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 378e9bb7e06c67d8235a8cb5bfb325b63d2ba319
https://github.com/llvm/llvm-project/commit/378e9bb7e06c67d8235a8cb5bfb325b63d2ba319
Author: darkbuck <michael.hliao at gmail.com>
Date: 2025-07-09 (Wed, 09 Jul 2025)
Changed paths:
M clang/test/CIR/Lowering/select.cir
M clang/tools/cir-translate/cir-translate.cpp
Log Message:
-----------
[cir-translate] Fix crash issue where the data layout string is missing (#147209)
- Targets like 'aarch64' or 'arm' only populate the data layout string
after the constructor. Need to call 'CreateTargetInfo' to setup them
properly.
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