@@ -215,16 +215,10 @@ cc_library(
215
215
gentbl_cc_library (
216
216
name = "PlatformMacOSXProperties" ,
217
217
strip_include_prefix = "Platform/MacOSX" ,
218
- tbl_outs = [
219
- (
220
- ["-gen-lldb-property-defs" ],
221
- "Platform/MacOSX/PlatformMacOSXProperties.inc" ,
222
- ),
223
- (
224
- ["-gen-lldb-property-enum-defs" ],
225
- "Platform/MacOSX/PlatformMacOSXPropertiesEnum.inc" ,
226
- ),
227
- ],
218
+ tbl_outs = {
219
+ "Platform/MacOSX/PlatformMacOSXProperties.inc" : ["-gen-lldb-property-defs" ],
220
+ "Platform/MacOSX/PlatformMacOSXPropertiesEnum.inc" : ["-gen-lldb-property-enum-defs" ],
221
+ },
228
222
tblgen = "//lldb:lldb-tblgen" ,
229
223
td_file = "Platform/MacOSX/PlatformMacOSXProperties.td" ,
230
224
deps = ["//lldb:CoreTdFiles" ],
@@ -301,16 +295,10 @@ cc_library(
301
295
gentbl_cc_library (
302
296
name = "SymbolFileDWARFProperties" ,
303
297
strip_include_prefix = "SymbolFile/DWARF" ,
304
- tbl_outs = [
305
- (
306
- ["-gen-lldb-property-defs" ],
307
- "SymbolFile/DWARF/SymbolFileDWARFProperties.inc" ,
308
- ),
309
- (
310
- ["-gen-lldb-property-enum-defs" ],
311
- "SymbolFile/DWARF/SymbolFileDWARFPropertiesEnum.inc" ,
312
- ),
313
- ],
298
+ tbl_outs = {
299
+ "SymbolFile/DWARF/SymbolFileDWARFProperties.inc" : ["-gen-lldb-property-defs" ],
300
+ "SymbolFile/DWARF/SymbolFileDWARFPropertiesEnum.inc" : ["-gen-lldb-property-enum-defs" ],
301
+ },
314
302
tblgen = "//lldb:lldb-tblgen" ,
315
303
td_file = "SymbolFile/DWARF/SymbolFileDWARFProperties.td" ,
316
304
deps = ["//lldb:CoreTdFiles" ],
@@ -454,16 +442,10 @@ cc_library(
454
442
gentbl_cc_library (
455
443
name = "ProcessGDBRemoteProperties" ,
456
444
strip_include_prefix = "Process/gdb-remote" ,
457
- tbl_outs = [
458
- (
459
- ["-gen-lldb-property-defs" ],
460
- "Process/gdb-remote/ProcessGDBRemoteProperties.inc" ,
461
- ),
462
- (
463
- ["-gen-lldb-property-enum-defs" ],
464
- "Process/gdb-remote/ProcessGDBRemotePropertiesEnum.inc" ,
465
- ),
466
- ],
445
+ tbl_outs = {
446
+ "Process/gdb-remote/ProcessGDBRemoteProperties.inc" : ["-gen-lldb-property-defs" ],
447
+ "Process/gdb-remote/ProcessGDBRemotePropertiesEnum.inc" : ["-gen-lldb-property-enum-defs" ],
448
+ },
467
449
tblgen = "//lldb:lldb-tblgen" ,
468
450
td_file = "Process/gdb-remote/ProcessGDBRemoteProperties.td" ,
469
451
deps = ["//lldb:CoreTdFiles" ],
@@ -548,16 +530,10 @@ cc_library(
548
530
gentbl_cc_library (
549
531
name = "StructuredDataDarwinLogProperties" ,
550
532
strip_include_prefix = "StructuredData/DarwinLog" ,
551
- tbl_outs = [
552
- (
553
- ["-gen-lldb-property-defs" ],
554
- "StructuredData/DarwinLog/StructuredDataDarwinLogProperties.inc" ,
555
- ),
556
- (
557
- ["-gen-lldb-property-enum-defs" ],
558
- "StructuredData/DarwinLog/StructuredDataDarwinLogPropertiesEnum.inc" ,
559
- ),
560
- ],
533
+ tbl_outs = {
534
+ "StructuredData/DarwinLog/StructuredDataDarwinLogProperties.inc" : ["-gen-lldb-property-defs" ],
535
+ "StructuredData/DarwinLog/StructuredDataDarwinLogPropertiesEnum.inc" : ["-gen-lldb-property-enum-defs" ],
536
+ },
561
537
tblgen = "//lldb:lldb-tblgen" ,
562
538
td_file = "StructuredData/DarwinLog/StructuredDataDarwinLogProperties.td" ,
563
539
deps = ["//lldb:CoreTdFiles" ],
@@ -617,16 +593,10 @@ cc_library(
617
593
gentbl_cc_library (
618
594
name = "PlatformQemuUserProperties" ,
619
595
strip_include_prefix = "Platform/QemuUser" ,
620
- tbl_outs = [
621
- (
622
- ["-gen-lldb-property-defs" ],
623
- "Platform/QemuUser/PlatformQemuUserProperties.inc" ,
624
- ),
625
- (
626
- ["-gen-lldb-property-enum-defs" ],
627
- "Platform/QemuUser/PlatformQemuUserPropertiesEnum.inc" ,
628
- ),
629
- ],
596
+ tbl_outs = {
597
+ "Platform/QemuUser/PlatformQemuUserProperties.inc" : ["-gen-lldb-property-defs" ],
598
+ "Platform/QemuUser/PlatformQemuUserPropertiesEnum.inc" : ["-gen-lldb-property-enum-defs" ],
599
+ },
630
600
tblgen = "//lldb:lldb-tblgen" ,
631
601
td_file = "Platform/QemuUser/PlatformQemuUserProperties.td" ,
632
602
deps = ["//lldb:CoreTdFiles" ],
@@ -690,16 +660,10 @@ cc_library(
690
660
gentbl_cc_library (
691
661
name = "PlatformAndroidProperties" ,
692
662
strip_include_prefix = "Platform/Android" ,
693
- tbl_outs = [
694
- (
695
- ["-gen-lldb-property-defs" ],
696
- "Platform/Android/PlatformAndroidProperties.inc" ,
697
- ),
698
- (
699
- ["-gen-lldb-property-enum-defs" ],
700
- "Platform/Android/PlatformAndroidPropertiesEnum.inc" ,
701
- ),
702
- ],
663
+ tbl_outs = {
664
+ "Platform/Android/PlatformAndroidProperties.inc" : ["-gen-lldb-property-defs" ],
665
+ "Platform/Android/PlatformAndroidPropertiesEnum.inc" : ["-gen-lldb-property-enum-defs" ],
666
+ },
703
667
tblgen = "//lldb:lldb-tblgen" ,
704
668
td_file = "Platform/Android/PlatformAndroidProperties.td" ,
705
669
deps = ["//lldb:CoreTdFiles" ],
@@ -902,10 +866,7 @@ cc_library(
902
866
gentbl_cc_library (
903
867
name = "TraceExporterCTFOptions" ,
904
868
strip_include_prefix = "TraceExporter/ctf" ,
905
- tbl_outs = [(
906
- ["-gen-lldb-option-defs" ],
907
- "TraceExporter/ctf/TraceExporterCTFCommandOptions.inc" ,
908
- )],
869
+ tbl_outs = {"TraceExporter/ctf/TraceExporterCTFCommandOptions.inc" : ["-gen-lldb-option-defs" ]},
909
870
tblgen = "//lldb:lldb-tblgen" ,
910
871
td_file = "TraceExporter/ctf/TraceExporterCTFOptions.td" ,
911
872
deps = [
@@ -1228,16 +1189,10 @@ cc_library(
1228
1189
gentbl_cc_library (
1229
1190
name = "DynamicLoaderMacOSXDYLDProperties" ,
1230
1191
strip_include_prefix = "DynamicLoader/MacOSX-DYLD" ,
1231
- tbl_outs = [
1232
- (
1233
- ["-gen-lldb-property-defs" ],
1234
- "DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwinProperties.inc" ,
1235
- ),
1236
- (
1237
- ["-gen-lldb-property-enum-defs" ],
1238
- "DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwinPropertiesEnum.inc" ,
1239
- ),
1240
- ],
1192
+ tbl_outs = {
1193
+ "DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwinProperties.inc" : ["-gen-lldb-property-defs" ],
1194
+ "DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwinPropertiesEnum.inc" : ["-gen-lldb-property-enum-defs" ],
1195
+ },
1241
1196
tblgen = "//lldb:lldb-tblgen" ,
1242
1197
td_file = "DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwinProperties.td" ,
1243
1198
deps = ["//lldb:CoreTdFiles" ],
@@ -1270,16 +1225,10 @@ cc_library(
1270
1225
gentbl_cc_library (
1271
1226
name = "DynamicLoaderDarwinKernelProperties" ,
1272
1227
strip_include_prefix = "DynamicLoader/Darwin-Kernel" ,
1273
- tbl_outs = [
1274
- (
1275
- ["-gen-lldb-property-defs" ],
1276
- "DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernelProperties.inc" ,
1277
- ),
1278
- (
1279
- ["-gen-lldb-property-enum-defs" ],
1280
- "DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernelPropertiesEnum.inc" ,
1281
- ),
1282
- ],
1228
+ tbl_outs = {
1229
+ "DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernelProperties.inc" : ["-gen-lldb-property-defs" ],
1230
+ "DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernelPropertiesEnum.inc" : ["-gen-lldb-property-enum-defs" ],
1231
+ },
1283
1232
tblgen = "//lldb:lldb-tblgen" ,
1284
1233
td_file = "DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernelProperties.td" ,
1285
1234
deps = ["//lldb:CoreTdFiles" ],
@@ -1692,16 +1641,10 @@ cc_library(
1692
1641
gentbl_cc_library (
1693
1642
name = "JITLoaderGDBProperties" ,
1694
1643
strip_include_prefix = "JITLoader/GDB" ,
1695
- tbl_outs = [
1696
- (
1697
- ["-gen-lldb-property-defs" ],
1698
- "JITLoader/GDB/JITLoaderGDBProperties.inc" ,
1699
- ),
1700
- (
1701
- ["-gen-lldb-property-enum-defs" ],
1702
- "JITLoader/GDB/JITLoaderGDBPropertiesEnum.inc" ,
1703
- ),
1704
- ],
1644
+ tbl_outs = {
1645
+ "JITLoader/GDB/JITLoaderGDBProperties.inc" : ["-gen-lldb-property-defs" ],
1646
+ "JITLoader/GDB/JITLoaderGDBPropertiesEnum.inc" : ["-gen-lldb-property-enum-defs" ],
1647
+ },
1705
1648
tblgen = "//lldb:lldb-tblgen" ,
1706
1649
td_file = "JITLoader/GDB/JITLoaderGDBProperties.td" ,
1707
1650
deps = ["//lldb:CoreTdFiles" ],
@@ -1748,16 +1691,10 @@ cc_library(
1748
1691
gentbl_cc_library (
1749
1692
name = "SymbolLocatorDebuginfodProperties" ,
1750
1693
strip_include_prefix = "SymbolLocator/Debuginfod" ,
1751
- tbl_outs = [
1752
- (
1753
- ["-gen-lldb-property-defs" ],
1754
- "SymbolLocator/Debuginfod/SymbolLocatorDebuginfodProperties.inc" ,
1755
- ),
1756
- (
1757
- ["-gen-lldb-property-enum-defs" ],
1758
- "SymbolLocator/Debuginfod/SymbolLocatorDebuginfodPropertiesEnum.inc" ,
1759
- ),
1760
- ],
1694
+ tbl_outs = {
1695
+ "SymbolLocator/Debuginfod/SymbolLocatorDebuginfodProperties.inc" : ["-gen-lldb-property-defs" ],
1696
+ "SymbolLocator/Debuginfod/SymbolLocatorDebuginfodPropertiesEnum.inc" : ["-gen-lldb-property-enum-defs" ],
1697
+ },
1761
1698
tblgen = "//lldb:lldb-tblgen" ,
1762
1699
td_file = "SymbolLocator/Debuginfod/SymbolLocatorDebuginfodProperties.td" ,
1763
1700
deps = ["//lldb:CoreTdFiles" ],
@@ -2014,16 +1951,10 @@ cc_library(
2014
1951
gentbl_cc_library (
2015
1952
name = "ObjectFilePECOFFProperties" ,
2016
1953
strip_include_prefix = "ObjectFile/PECOFF" ,
2017
- tbl_outs = [
2018
- (
2019
- ["-gen-lldb-property-defs" ],
2020
- "ObjectFile/PECOFF/ObjectFilePECOFFProperties.inc" ,
2021
- ),
2022
- (
2023
- ["-gen-lldb-property-enum-defs" ],
2024
- "ObjectFile/PECOFF/ObjectFilePECOFFPropertiesEnum.inc" ,
2025
- ),
2026
- ],
1954
+ tbl_outs = {
1955
+ "ObjectFile/PECOFF/ObjectFilePECOFFProperties.inc" : ["-gen-lldb-property-defs" ],
1956
+ "ObjectFile/PECOFF/ObjectFilePECOFFPropertiesEnum.inc" : ["-gen-lldb-property-enum-defs" ],
1957
+ },
2027
1958
tblgen = "//lldb:lldb-tblgen" ,
2028
1959
td_file = "ObjectFile/PECOFF/ObjectFilePECOFFProperties.td" ,
2029
1960
deps = ["//lldb:CoreTdFiles" ],
@@ -2225,16 +2156,10 @@ cc_library(
2225
2156
gentbl_cc_library (
2226
2157
name = "ProcessKDPProperties" ,
2227
2158
strip_include_prefix = "Process/MacOSX-Kernel" ,
2228
- tbl_outs = [
2229
- (
2230
- ["-gen-lldb-property-defs" ],
2231
- "Process/MacOSX-Kernel/ProcessKDPProperties.inc" ,
2232
- ),
2233
- (
2234
- ["-gen-lldb-property-enum-defs" ],
2235
- "Process/MacOSX-Kernel/ProcessKDPPropertiesEnum.inc" ,
2236
- ),
2237
- ],
2159
+ tbl_outs = {
2160
+ "Process/MacOSX-Kernel/ProcessKDPProperties.inc" : ["-gen-lldb-property-defs" ],
2161
+ "Process/MacOSX-Kernel/ProcessKDPPropertiesEnum.inc" : ["-gen-lldb-property-enum-defs" ],
2162
+ },
2238
2163
tblgen = "//lldb:lldb-tblgen" ,
2239
2164
td_file = "Process/MacOSX-Kernel/ProcessKDPProperties.td" ,
2240
2165
deps = ["//lldb:CoreTdFiles" ],
0 commit comments