[dotest] Don't set the DWARF version override in CFLAGS_EXTRA.
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 20 Aug 2019 23:56:32 +0000 (23:56 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 20 Aug 2019 23:56:32 +0000 (23:56 +0000)
commit625ab43318a9816ee26312a3f640d84740da7096
tree8ea6a9db9764315517f0813b0141cf4f005a7760
parent6fa300aa1e602136046198ae8bb076d2e577cec8
[dotest] Don't set the DWARF version override in CFLAGS_EXTRA.

We cannot override the DWARF version in the CFLAGS_EXTRA because they
are used by tests that explicitly build without debug info. Instead, we
pass them through the regular CFLAGS.

llvm-svn: 369477
lldb/packages/Python/lldbsuite/test/dotest.py
lldb/packages/Python/lldbsuite/test/plugins/builder_base.py