[PATCH] D92617: [DWARF] Allow toolchain to adjust specified DWARF version.

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 3 20:05:46 PST 2020


MaskRay added inline comments.


================
Comment at: clang/test/Driver/cuda-unsupported-debug-options.cu:22
+// Make sure we do not see any dwarf version other than 2, regardless of what's used on the host side.
+// CHECK-NOT: {{-dwarf-version=[^2]}}
 // CHECK: "-triple" "x86_64
----------------
A NOT pattern may easily become stale and do not actually check anything. Just turn to a positive pattern?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92617/new/

https://reviews.llvm.org/D92617



More information about the cfe-commits mailing list