diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-09-21 06:57:36 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-09-21 06:57:36 +0000 |
commit | 2fbdb680735573a7823cb8bb8fe988379a6e95aa (patch) | |
tree | 8cb4cc3fe239b311e816581246fadde001982dce /clang/test/Modules/DebugInfoSubmodules.c | |
parent | 1cc97b43993ae89f857e48f9e4982bae29d4c851 (diff) | |
download | bcm5719-llvm-2fbdb680735573a7823cb8bb8fe988379a6e95aa.tar.gz bcm5719-llvm-2fbdb680735573a7823cb8bb8fe988379a6e95aa.zip |
clang/test/Modules/DebugInfoSubmodules.c REQUIRES asserts due to -debug-only.
llvm-svn: 248142
Diffstat (limited to 'clang/test/Modules/DebugInfoSubmodules.c')
-rw-r--r-- | clang/test/Modules/DebugInfoSubmodules.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Modules/DebugInfoSubmodules.c b/clang/test/Modules/DebugInfoSubmodules.c index 1cba00dc7c4..fdcff07c122 100644 --- a/clang/test/Modules/DebugInfoSubmodules.c +++ b/clang/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", |