view clang/test/Misc/driver-verify.c @ 165:597b3f1c2c93

fix call createTailCallEliminationPass
author anatofuz
date Tue, 24 Mar 2020 15:30:52 +0900
parents 1d019706d866
children c4bab56944e8
line wrap: on
line source

// RUN: not %clang -verify %s 2>&1 | FileCheck %s
// RUN: %clang_cc1 -verify %s
// expected-no-diagnostics

// Test that -verify is strictly rejected as unknown by the driver.
// CHECK: unknown argument: '-verify'