From dc60c4a7d1a135d2c111d4194d0c9252f37687d3 Mon Sep 17 00:00:00 2001 From: Douglas Katzman Date: Thu, 8 Oct 2015 05:02:24 +0000 Subject: [PATCH] Unbreak 'debug-options' test when builder is Darwin git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@249657 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/debug-options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Driver/debug-options.c b/test/Driver/debug-options.c index 6c22f2e92e..437e9fcb50 100644 --- a/test/Driver/debug-options.c +++ b/test/Driver/debug-options.c @@ -126,4 +126,4 @@ // // NOCI-NOT: "-dwarf-column-info" // -// GEXTREFS: "-dwarf-ext-refs" "-fmodule-format=obj" "-debug-info-kind=limited" +// GEXTREFS: "-dwarf-ext-refs" "-fmodule-format=obj" "-debug-info-kind={{standalone|limited}}" -- 2.40.0