From 1ca65ccecb947cdb5ebd6fe9d39eb014e6df600a Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 21 Sep 2015 06:57:36 +0000 Subject: [PATCH] clang/test/Modules/DebugInfoSubmodules.c REQUIRES asserts due to -debug-only. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@248142 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Modules/DebugInfoSubmodules.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Modules/DebugInfoSubmodules.c b/test/Modules/DebugInfoSubmodules.c index 1cba00dc7c..fdcff07c12 100644 --- a/test/Modules/DebugInfoSubmodules.c +++ b/test/Modules/DebugInfoSubmodules.c @@ -2,6 +2,7 @@ // RUN: %clang_cc1 -fmodules -fmodule-format=obj -g -dwarf-ext-refs \ // RUN: -fimplicit-module-maps -x c -fmodules-cache-path=%t -I %S/Inputs \ // RUN: %s -mllvm -debug-only=pchcontainer 2>&1 | FileCheck %s +// REQUIRES: asserts #include "DebugSubmoduleA.h" // CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "A", -- 2.40.0