Commit a9ddaf0
committed
[LLDB] Filter out -Werror options when setting up -cc1 Clang Invocations
The non-caching code path was already doing this, but the code path
for cc1 flags was missing this functionality. Even though LLDB is
replaying the compile-time compiler invocation, we have seen reports
where additional warnings get diagnosed at debug time, effectively
rendering the debug session unusable.
rdar://1744225521 parent fb34fee commit a9ddaf0
3 files changed
Lines changed: 4 additions & 2 deletions
File tree
- lldb
- source/Plugins/TypeSystem/Swift
- test/API/lang/swift/clangimporter/caching
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2014 | 2014 | | |
2015 | 2015 | | |
2016 | 2016 | | |
2017 | | - | |
| 2017 | + | |
| 2018 | + | |
2018 | 2019 | | |
2019 | 2020 | | |
2020 | 2021 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
0 commit comments