fileapi: Add cross-compiling emulator to codemodel-v2

Fixes: #25408
This commit is contained in:
Ralf Habacker
2023-11-11 15:35:21 +01:00
committed by Brad King
parent 2d0b7798db
commit 80a64c9ce5
15 changed files with 369 additions and 6 deletions
@@ -3,13 +3,16 @@
"parentName": "codemodel-v2",
"childNames": null,
"directorySources": [
"^cxx$"
"^cxx$",
"^cxx/cross$"
],
"targetIds": [
"^ALL_BUILD::@a56b12a3f5c0529fb296$",
"^ZERO_CHECK::@a56b12a3f5c0529fb296$",
"^cxx_lib::@a56b12a3f5c0529fb296$",
"^cxx_exe::@a56b12a3f5c0529fb296$",
"^cxx_exe_cross_emulator::@ee4a268216d1f53c4e2e$",
"^cxx_exe_cross_emulator_args::@ee4a268216d1f53c4e2e$",
"^cxx_standard_compile_feature_exe::@a56b12a3f5c0529fb296$",
"^cxx_standard_exe::@a56b12a3f5c0529fb296$",
"^cxx_shared_lib::@a56b12a3f5c0529fb296$",