From 0d35749f76bed0dbfe021d413f349530cd91c69f Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 13 Nov 2019 22:19:09 +0000 Subject: Mark old LLVM instance as dead. --- .../dist/clang/test/CodeGenCXX/debug-info-method-nodebug.cpp | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 external/bsd/llvm/dist/clang/test/CodeGenCXX/debug-info-method-nodebug.cpp (limited to 'external/bsd/llvm/dist/clang/test/CodeGenCXX/debug-info-method-nodebug.cpp') diff --git a/external/bsd/llvm/dist/clang/test/CodeGenCXX/debug-info-method-nodebug.cpp b/external/bsd/llvm/dist/clang/test/CodeGenCXX/debug-info-method-nodebug.cpp deleted file mode 100644 index 0301e2f4894..00000000000 --- a/external/bsd/llvm/dist/clang/test/CodeGenCXX/debug-info-method-nodebug.cpp +++ /dev/null @@ -1,12 +0,0 @@ -// RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited %s -o - | FileCheck %s - -class C { - void present(); - void absent() __attribute__((nodebug)); -}; - -C c; - -// CHECK-NOT: name: "absent" -// CHECK: name: "present" -// CHECK-NOT: name: "absent" -- cgit