[PATCH] D62758: Add cdb test for inline line tables
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 1 10:02:40 PDT 2019
thakis accepted this revision.
thakis added a comment.
This revision is now accepted and ready to land.
lgtm
================
Comment at: debuginfo-tests/win_cdb/inline-line-gap.cpp:2
+// RUN: %clang_cl -MD -Od %s -o %t.exe -fuse-ld=lld -Z7
+// RUN: grep DE[B]UGGER: %s | sed -e 's/.*DE[B]UGGER: //' > %t.script
+// RUN: %cdb -cf %t.script %t.exe | FileCheck %s --check-prefixes=DEBUGGER,CHECK
----------------
What are the [] needed for? Isn't DE[B]UGGER equivalent to just DEBUGGER?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62758/new/
https://reviews.llvm.org/D62758
More information about the llvm-commits
mailing list