================
@@ -276,59 +276,80 @@ TEST_P(SDKPathParsingMultiparamTests,
TestSDKPathFromDebugInfo) {
SDKPathParsingTestData sdkPathParsingTestCases[] = {
/// Multiple CUs with a mix of internal and public SDKs
- {.input_sdk_paths =
- {"/Library/Developer/CommandLineTools/SDKs/MacOSX10.9.sdk",
- "/invalid/path/to/something.invalid.sdk",
- "/Library/Developer/CommandLineTools/SDKs/iPhoneOS14.0.Internal.sdk",
- "/Library/Developer/CommandLineTools/SDKs/MacOSX10.9.sdk"},
- .expect_mismatch = true,
- .expect_internal_sdk = true,
- .expect_sdk_path_pattern = "Internal.sdk"},
+ {// input_sdk_paths:
+ {"/Library/Developer/CommandLineTools/SDKs/MacOSX10.9.sdk",
----------------
frederick-vs-ja wrote:
Can we use `/* .input_sdk_paths = */` to indicate the future
improvement/reversion?
https://github.com/llvm/llvm-project/pull/201075
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits