[Lldb-commits] [PATCH] D56904: [NativePDB] Process virtual bases in the correct order
Aleksandr Urakov via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 18 02:58:51 PST 2019
aleksandr.urakov marked 2 inline comments as done.
aleksandr.urakov added inline comments.
================
Comment at: lit/SymbolFile/NativePDB/tag-types.cpp:5
// Test that we can display tag types.
// RUN: %build --compiler=clang-cl --nodefaultlib -o %t.exe -- %s
// RUN: env LLDB_USE_NATIVE_PDB_READER=1 %lldb -f %t.exe -s \
----------------
Clang gives me an error about char16_t, char32_t etc., but if I use MSVC here, then the test compiles ok.
================
Comment at: lit/SymbolFile/NativePDB/tag-types.cpp:238-247
// CHECK-NEXT: (lldb) type lookup -- EnumInt
// CHECK-NEXT: enum EnumInt {
// CHECK-NEXT: A,
// CHECK-NEXT: B
// CHECK-NEXT: }
// CHECK-NEXT: (lldb) type lookup -- EnumShort
// CHECK-NEXT: enum EnumShort {
----------------
For both enums I have a "no type was found matching" error (both for Clang and MSVC).
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56904/new/
https://reviews.llvm.org/D56904
More information about the lldb-commits
mailing list