Skip to content

Commit 97c4fdc

Browse files
committed
[Driver] Set the feature flag library-level
Set the flag to indicate the availability of the -library-level flag in the compiler and driver. As driver submissions can be delayed we are integrating this flag late as a safety measure. rdar://82742547
1 parent a9a1a15 commit 97c4fdc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/Option/features.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
},
99
{
1010
"name": "index-unit-output-path"
11+
},
12+
{
13+
"name": "library-level"
1114
}
1215
]
1316
}

0 commit comments

Comments
 (0)