xref: /llvm-project/clang/test/Driver/version-build-config.test (revision 68b939f9311aaacd4a4fb6e41f86d81857d5c86e)
1# REQUIRES: asserts
2# RUN: %clang --version 2>&1 | FileCheck %s
3
4# CHECK: clang version
5# When assertions are enabled, we should have a build configuration line that reflects that
6# CHECK: Build config: {{.*}}+assertions
7