[all-commits] [llvm/llvm-project] eb50b6: [lldb/PDB] Make "native" pdb tests host-independent
Pavel Labath via All-commits
all-commits at lists.llvm.org
Thu May 14 07:01:47 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: eb50b643fe00171823e055f7801e6610ee7bdef7
https://github.com/llvm/llvm-project/commit/eb50b643fe00171823e055f7801e6610ee7bdef7
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-05-14 (Thu, 14 May 2020)
Changed paths:
M lldb/test/Shell/SymbolFile/NativePDB/ast-functions.cpp
M lldb/test/Shell/SymbolFile/NativePDB/ast-methods.cpp
M lldb/test/Shell/SymbolFile/NativePDB/ast-types.cpp
M lldb/test/Shell/SymbolFile/NativePDB/bitfields.cpp
M lldb/test/Shell/SymbolFile/NativePDB/break-by-function.cpp
M lldb/test/Shell/SymbolFile/NativePDB/break-by-line.cpp
M lldb/test/Shell/SymbolFile/NativePDB/function-types-builtins.cpp
M lldb/test/Shell/SymbolFile/NativePDB/function-types-classes.cpp
M lldb/test/Shell/SymbolFile/NativePDB/global-classes.cpp
M lldb/test/Shell/SymbolFile/NativePDB/globals-bss.cpp
M lldb/test/Shell/SymbolFile/NativePDB/globals-fundamental.cpp
M lldb/test/Shell/SymbolFile/NativePDB/nested-types.cpp
M lldb/test/Shell/SymbolFile/NativePDB/source-list.cpp
M lldb/test/Shell/SymbolFile/NativePDB/tag-types.cpp
Log Message:
-----------
[lldb/PDB] Make "native" pdb tests host-independent
These test don't execute the binaries they build, and so they don't need
to build for the host. By hardcoding the target, we don't have do xfail
or skip them for targets which don't have the appropriate support in
clang(-cl).
More information about the All-commits
mailing list