Raphael Isemann
f88b502d9b
[FileCollector] Fix that the file system case-sensitivity check was inverted
...
real_path returns an `std::error_code` which evaluates to `true` in case an
error happens and `false` if not. This code was checking the inverse, so
case-insensitive file systems ended up being detected as case sensitive.
Tested using an LLDB reproducer test as we anyway need a real file system and
also some matching logic to detect whether the respective file system is
case-sensitive (which the test is doing via some Python checks that we can't
really emulate with the usual FileCheck logic).
Fixes rdar://67003004
Reviewed By: JDevlieghere
Differential Revision: https://reviews.llvm.org/D96795
2021-02-16 20:21:32 +01:00
..
2020-11-10 12:02:38 +01:00
2020-11-10 12:02:38 +01:00
2021-01-21 13:06:48 +01:00
2020-11-10 12:02:38 +01:00
2021-02-03 21:15:08 -08:00
2020-11-10 12:02:38 +01:00
2021-02-06 11:52:01 -08:00
2020-12-20 11:32:43 +01:00
2021-02-02 12:39:03 -08:00
2020-11-10 12:02:38 +01:00
2021-02-06 11:52:01 -08:00
2020-02-20 08:32:01 +01:00
2020-12-07 09:56:51 +01:00
2020-12-20 11:32:43 +01:00
2021-02-03 21:15:08 -08:00
2021-02-03 21:15:08 -08:00
2020-06-19 09:42:44 -07:00
2021-02-08 14:09:15 +05:00
2021-02-06 11:52:01 -08:00
2020-12-20 11:32:43 +01:00
2020-04-21 14:42:14 -07:00
2020-12-20 11:32:43 +01:00
2021-02-03 21:15:08 -08:00
2020-08-17 10:05:49 -07:00
2020-08-14 12:31:37 +02:00
2020-11-11 09:14:54 +01:00
2020-11-11 09:14:54 +01:00
2020-11-05 17:49:46 +01:00
2021-02-03 21:15:08 -08:00
2020-12-17 09:31:10 +01:00
2020-11-10 12:02:38 +01:00
2020-02-20 08:32:01 +01:00
2020-06-02 18:31:15 +02:00
2021-02-06 11:52:01 -08:00
2020-05-25 11:30:22 +02:00
2021-02-08 00:14:32 -08:00
2020-04-07 01:06:16 +09:00
2020-11-05 15:11:30 +01:00
2021-02-06 11:52:01 -08:00
2020-08-15 08:14:44 +02:00
2020-09-04 11:25:43 +02:00
2021-02-16 20:21:32 +01:00
2021-02-02 12:39:03 -08:00
2020-11-10 12:02:38 +01:00
2020-05-27 12:08:41 -07:00
2021-02-03 21:15:08 -08:00
2021-02-06 11:52:01 -08:00
2021-02-06 11:52:01 -08:00
2021-02-06 11:52:01 -08:00
2021-02-03 21:15:08 -08:00
2021-02-06 11:52:01 -08:00
2020-09-21 17:29:40 -07:00
2021-02-03 21:15:08 -08:00
2021-02-03 21:15:08 -08:00
2020-05-29 23:04:08 -07:00
2021-02-06 11:52:01 -08:00
2021-02-02 12:39:03 -08:00
2020-02-20 08:32:01 +01:00
2021-02-02 12:39:03 -08:00
2020-02-20 08:32:01 +01:00
2021-02-06 11:52:01 -08:00
2020-12-20 11:32:43 +01:00
2020-02-20 08:32:01 +01:00
2020-05-06 11:03:46 +02:00
2020-11-10 12:02:38 +01:00