[Lldb-commits] [lldb] [lldb][test] Fixed the test `no_unique_address-with-bitfields` (PR #111902)

Dmitry Vasilyev via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 11 01:31:22 PDT 2024


https://github.com/slydiman updated https://github.com/llvm/llvm-project/pull/111902

>From 7827659341b5633d8e555f7ea783a36a1fa0b574 Mon Sep 17 00:00:00 2001
From: Dmitry Vasilyev <dvassiliev at accesssoftek.com>
Date: Thu, 10 Oct 2024 23:37:57 +0400
Subject: [PATCH] [lldb][test] Fixed the test
 `no_unique_address-with-bitfields`

Fixed the error `unable to create target: 'No available targets are compatible with triple "x86_64-apple-macosx10.4.0"'`.
---
 .../DWARF/{ => x86}/no_unique_address-with-bitfields.cpp          | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename lldb/test/Shell/SymbolFile/DWARF/{ => x86}/no_unique_address-with-bitfields.cpp (100%)

diff --git a/lldb/test/Shell/SymbolFile/DWARF/no_unique_address-with-bitfields.cpp b/lldb/test/Shell/SymbolFile/DWARF/x86/no_unique_address-with-bitfields.cpp
similarity index 100%
rename from lldb/test/Shell/SymbolFile/DWARF/no_unique_address-with-bitfields.cpp
rename to lldb/test/Shell/SymbolFile/DWARF/x86/no_unique_address-with-bitfields.cpp



More information about the lldb-commits mailing list