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

via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 11 01:56:47 PDT 2024


Author: Dmitry Vasilyev
Date: 2024-10-11T12:56:42+04:00
New Revision: b222f319306a9cad9ac11183b7036ff45097c26f

URL: https://github.com/llvm/llvm-project/commit/b222f319306a9cad9ac11183b7036ff45097c26f
DIFF: https://github.com/llvm/llvm-project/commit/b222f319306a9cad9ac11183b7036ff45097c26f.diff

LOG: [lldb][test] Fixed the test `no_unique_address-with-bitfields` (#111902)

Fixed the error `unable to create target: 'No available targets are
compatible with triple "x86_64-apple-macosx10.4.0"'` running `clang
--target=x86_64-apple-macosx -c -gdwarf -o %t %s`.

Added: 
    lldb/test/Shell/SymbolFile/DWARF/x86/no_unique_address-with-bitfields.cpp

Modified: 
    

Removed: 
    lldb/test/Shell/SymbolFile/DWARF/no_unique_address-with-bitfields.cpp


################################################################################
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