brintos

brintos / llvm-project-archived public Read only

0
0
Text · 782 B · 762b38c Raw
19 lines · cpp
1//===----------------------------------------------------------------------===//2//3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.4// See https://llvm.org/LICENSE.txt for license information.5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception6//7//===----------------------------------------------------------------------===//8 9// TODO: This test is currently written in a way that is specific to libc++, but it's really trying to test a property10//       of the test framework, which isn't libc++ specific.11// REQUIRES: stdlib=libc++12 13// Make sure that the compile flags contain no module information.14 15// MODULE_DEPENDENCIES:16 17// RUN: echo "%{compile_flags}" | grep -v "std.pcm"18// RUN: echo "%{compile_flags}" | grep -v "std.compat.pcm"19