Author: Alex Brachet Date: 2022-11-17T16:02:54Z New Revision: 0dff945bbca9e1c00ac76eafd1af61235272b7dd
URL: https://github.com/llvm/llvm-project/commit/0dff945bbca9e1c00ac76eafd1af61235272b7dd DIFF: https://github.com/llvm/llvm-project/commit/0dff945bbca9e1c00ac76eafd1af61235272b7dd.diff LOG: Fix debug-info test Added: Modified: clang/test/CodeGen/debug-info-sysroot-sdk.c Removed: ################################################################################ diff --git a/clang/test/CodeGen/debug-info-sysroot-sdk.c b/clang/test/CodeGen/debug-info-sysroot-sdk.c index c3e00ca4a6f0e..b52d2e1de9c1d 100644 --- a/clang/test/CodeGen/debug-info-sysroot-sdk.c +++ b/clang/test/CodeGen/debug-info-sysroot-sdk.c @@ -9,7 +9,7 @@ void foo(void) {} // The sysroot and sdk are LLDB-tuning-specific attributes. -// LLDB: distinct !DICompileUnit({{.*}}sysroot: "/CLANG_SYSROOT/MacOSX.sdk", +// LLDB: distinct !DICompileUnit({{.*}}sysroot: "/CLANG_SYSROOT/MacOSX.sdk" // LLDB-SAME: sdk: "MacOSX.sdk" // GDB: distinct !DICompileUnit( // GDB-NOT: sysroot: "/CLANG_SYSROOT/MacOSX.sdk" _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits