[all-commits] [llvm/llvm-project] 9c6e04: [LLDB] Allow API tests to override -gdwarf on Windows

Omair Javaid via All-commits all-commits at lists.llvm.org
Wed Jun 29 12:25:12 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9c6e04359282e9051f7b2744b99266ece32db001
      https://github.com/llvm/llvm-project/commit/9c6e04359282e9051f7b2744b99266ece32db001
  Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
  Date:   2022-06-29 (Wed, 29 Jun 2022)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/make/Makefile.rules

  Log Message:
  -----------
  [LLDB] Allow API tests to override -gdwarf on Windows

This patch fixes LLDB API tests MakeFile.rules to allow overriding of
debug symbol flags when compiling tests for Windows.
Previously windows tests were forced to emit only dwarf debug symbols
as majority of the tests rely on dwarf debug info. After this patch
any test can override debug symbol flag by setting DEBUG_INFO_FLAG
variable in its make file.




More information about the All-commits mailing list