File tree Expand file tree Collapse file tree 2 files changed +36
-2
lines changed Expand file tree Collapse file tree 2 files changed +36
-2
lines changed Original file line number Diff line number Diff line change 1919 " clang" ,
2020 " compiler-rt" ,
2121 " default-options" ,
22- " default -targets" ,
22+ " cxx-common -targets" ,
2323 " libcxx" ,
24+ " libcxxabi" ,
2425 " mlir" ,
2526 " tools"
2627 ],
6263 }
6364 ]
6465 },
66+ "cxx-common-targets" : {
67+ "description" : " Build with cxx-common target set" ,
68+ "dependencies" : [
69+ {
70+ "name" : " llvm-12" ,
71+ "default-features" : false ,
72+ "features" : [
73+ " target-aarch64" ,
74+ " target-arm" ,
75+ " target-nvptx" ,
76+ " target-sparc" ,
77+ " target-x86"
78+ ]
79+ }
80+ ]
81+ },
6582 "default-targets" : {
6683 "description" : " Build with platform-specific default targets." ,
6784 "dependencies" : [
Original file line number Diff line number Diff line change 1919 " clang" ,
2020 " compiler-rt" ,
2121 " default-options" ,
22- " default -targets" ,
22+ " cxx-common -targets" ,
2323 " libcxx" ,
24+ " libcxxabi" ,
2425 " mlir" ,
2526 " tools"
2627 ],
6263 }
6364 ]
6465 },
66+ "cxx-common-targets" : {
67+ "description" : " Build with cxx-common target set" ,
68+ "dependencies" : [
69+ {
70+ "name" : " llvm-13" ,
71+ "default-features" : false ,
72+ "features" : [
73+ " target-aarch64" ,
74+ " target-arm" ,
75+ " target-nvptx" ,
76+ " target-sparc" ,
77+ " target-x86"
78+ ]
79+ }
80+ ]
81+ },
6582 "default-targets" : {
6683 "description" : " Build with platform-specific default targets." ,
6784 "dependencies" : [
You can’t perform that action at this time.
0 commit comments