Commit d9503e6
authored
Introduce nlohmann/json as a third-party lib (#11151)
### Summary
With the goal of introducing CoreML AOT
(#9800), we need to
introduce
[runtime/inmemoryfs/inmemory_filesystem_utils.cpp](https://github.com/pytorch/executorch/blob/main/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem_utils.cpp).
However, this [relies on
nlohmann/json](https://github.com/pytorch/executorch/blob/306646390734d3766a72751a6bcd79a4817a01ba/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem_utils.cpp#L13)
— so let's just introduce it as a third-party library instead of doing a
hidden clone.
### Test plan
CI1 parent 125129b commit d9503e6
File tree
5 files changed
+7
-10
lines changed- backends/apple/coreml
- runtime/workspace/executorchcoreml.xcodeproj
- scripts
- third-party
5 files changed
+7
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
925 | 925 | | |
926 | 926 | | |
927 | 927 | | |
928 | | - | |
| 928 | + | |
929 | 929 | | |
930 | 930 | | |
931 | 931 | | |
| |||
957 | 957 | | |
958 | 958 | | |
959 | 959 | | |
960 | | - | |
| 960 | + | |
961 | 961 | | |
962 | 962 | | |
963 | 963 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | 52 | | |
61 | 53 | | |
62 | 54 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
0 commit comments