summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/lsv-debuginfo.cpp
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2018-11-02 22:19:02 +0000
committerAdrian Prantl <aprantl@apple.com>2018-11-02 22:19:02 +0000
commitd1932dcdd3e3212ad6ad21f586cfa8a44940b8f9 (patch)
tree8d058604c72667c2203d2144689d839b88760fb7 /clang/test/Modules/lsv-debuginfo.cpp
parentde28b5d17fba2af6453fa04431a68c4f89cc1906 (diff)
downloadbcm5719-llvm-d1932dcdd3e3212ad6ad21f586cfa8a44940b8f9.tar.gz
bcm5719-llvm-d1932dcdd3e3212ad6ad21f586cfa8a44940b8f9.zip
Add an explicit -std=c++14 to this test.
rdar://problem/45642490 llvm-svn: 346048
Diffstat (limited to 'clang/test/Modules/lsv-debuginfo.cpp')
-rwxr-xr-xclang/test/Modules/lsv-debuginfo.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/clang/test/Modules/lsv-debuginfo.cpp b/clang/test/Modules/lsv-debuginfo.cpp
index 4a2644f6b31..30d3c2583fb 100755
--- a/clang/test/Modules/lsv-debuginfo.cpp
+++ b/clang/test/Modules/lsv-debuginfo.cpp
@@ -1,7 +1,7 @@
// Test C++ -gmodules debug info in the PCMs with local submodule visibility.
// REQUIRES: asserts
// RUN: rm -rf %t
-// RUN: %clang_cc1 -triple %itanium_abi_triple \
+// RUN: %clang_cc1 -triple %itanium_abi_triple -std=c++14 \
// RUN: -fmodules-local-submodule-visibility %s \
// RUN: -dwarf-ext-refs -fmodule-format=obj -debug-info-kind=standalone \
// RUN: -dwarf-version=4 -fmodules -fimplicit-module-maps \
@@ -10,13 +10,13 @@
// RUN: cat %t-mod.ll | FileCheck %s
// RUN: rm -rf %t
-// RUN: %clang_cc1 -triple %itanium_abi_triple \
+// RUN: %clang_cc1 -triple %itanium_abi_triple -std=c++14 \
// RUN: -fmodules-local-submodule-visibility %s \
// RUN: -dwarf-ext-refs -fmodule-format=obj -debug-info-kind=standalone \
// RUN: -dwarf-version=4 -fmodules -fimplicit-module-maps \
// RUN: -fmodules-cache-path="%t" -o %t.ll -I%S/Inputs/lsv-debuginfo \
-// RUN: -mllvm -debug-only=pchcontainer &>%t-mod.ll \
-// RUN: -DWITH_NAMESPACE
+// RUN: -DWITH_NAMESPACE \
+// RUN: -mllvm -debug-only=pchcontainer &>%t-mod.ll
// RUN: cat %t-mod.ll | FileCheck %s
// ADT
OpenPOWER on IntegriCloud