This repository was archived by the owner on Mar 28, 2020. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork157
Commit680e510
Fix the 'directory' field in DumpCompilationDatabase and add test
This broke in r371027 due to a missing negation(llvm::sys::fs::current_path returns false on success).git-svn-id:https://llvm.org/svn/llvm-project/cfe/trunk@373049 91177308-0d34-0410-b5e6-96231b3b80d8(cherry picked from commit0f7791e)1 parent59d80e7 commit680e510
File tree
2 files changed
+3
-3
lines changed- lib/Driver/ToolChains
- test/Driver
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2016 | 2016 | | |
2017 | 2017 | | |
2018 | 2018 | | |
2019 | | - | |
| 2019 | + | |
2020 | 2020 | | |
2021 | 2021 | | |
2022 | 2022 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments
Comments
(0)