1 // ----------------------------------------------------------------------------- 2 // Tests for the -mvscale-min flag 3 // ----------------------------------------------------------------------------- 4 5 // Error out if value is unbounded. 6 // ----------------------------------------------------------------------------- 7 // RUN: not %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +sve \ 8 // RUN: -mvscale-min=0 2>&1 | FileCheck %s 9 10 // CHECK: error: minimum vscale must be an unsigned integer greater than 0 11