[PATCH] D133651: [IR] Add a test case for stripDebugLocFromLoopID
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 12 15:01:48 PDT 2022
aprantl added inline comments.
================
Comment at: llvm/test/DebugInfo/no-dicompileunit.ll:3
+
+; CHECK-NOT: DICompileUnit
+
----------------
Can you also add a positive test? E.g.: `CHECK: define {{.*}}@main` otherwise this test will pass even if opt is a symlink to `/bin/true`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133651/new/
https://reviews.llvm.org/D133651
More information about the llvm-commits
mailing list