[all-commits] [llvm/llvm-project] 8b7f5e: [LLDB] Fix TestSTL.py Makefile to remove -gdwarf O0
Omair Javaid via All-commits
all-commits at lists.llvm.org
Thu Jun 30 03:07:33 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8b7f5ee5f05a0972802055204a423009d3398a0d
https://github.com/llvm/llvm-project/commit/8b7f5ee5f05a0972802055204a423009d3398a0d
Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
Date: 2022-06-30 (Thu, 30 Jun 2022)
Changed paths:
M lldb/test/API/lang/cpp/stl/Makefile
Log Message:
-----------
[LLDB] Fix TestSTL.py Makefile to remove -gdwarf O0
This is a follow up to my previous commit where TestSTL.py got broken
due to 9c6e04359282e9051f7b2744b99266ece32db001.
Now that we force dwarf symbols by default on windows we dont need to
specifically put -gdwarf O0 in debug flags for this test.
More information about the All-commits
mailing list