[all-commits] [llvm/llvm-project] eca320: [lldb] Fix command-expr-diagnostics.test for Windo...
Omair Javaid via All-commits
all-commits at lists.llvm.org
Tue Oct 15 17:34:29 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eca3206d29e7ce97dd6336deaa3da96be37f8277
https://github.com/llvm/llvm-project/commit/eca3206d29e7ce97dd6336deaa3da96be37f8277
Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
Date: 2024-10-16 (Wed, 16 Oct 2024)
Changed paths:
M lldb/test/Shell/Commands/command-expr-diagnostics.test
Log Message:
-----------
[lldb] Fix command-expr-diagnostics.test for Windows (#112109)
This adds a minor change to command-expr-diagnostics.test to make
it pass on windows. Clang produces PDB on windows by default which
was ignoring main symbol due to optimization. The problem is fixed
by adding -gdwarf to commandline, making sure dwarf debug info gets
generated on both Windows and Linux.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list