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 <dvassil...@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

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to