From 7219c7e9af7718f026ac5e3ea72249d037898e5b Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Wed, 6 Mar 2019 09:38:04 +0000 Subject: clang-cl: Parse /Qspectre and a few other missing options (PR40964) llvm-svn: 355489 --- clang/test/Driver/cl-options.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'clang/test/Driver/cl-options.c') diff --git a/clang/test/Driver/cl-options.c b/clang/test/Driver/cl-options.c index 9c6bb36877c..33b1575a511 100644 --- a/clang/test/Driver/cl-options.c +++ b/clang/test/Driver/cl-options.c @@ -390,6 +390,8 @@ // Unsupported but parsed options. Check that we don't error on them. // (/Zs is for syntax-only) // RUN: %clang_cl /Zs \ +// RUN: /await \ +// RUN: /constexpr:depth1000 /constexpr:backtrace1000 /constexpr:steps1000 \ // RUN: /AIfoo \ // RUN: /AI foo_does_not_exist \ // RUN: /Bt \ @@ -443,6 +445,9 @@ // RUN: /QIfist \ // RUN: /Qimprecise_fwaits \ // RUN: /Qpar \ +// RUN: /Qpar-report:1 \ +// RUN: /Qsafe_fp_loads \ +// RUN: /Qspectre \ // RUN: /Qvec-report:2 \ // RUN: /u \ // RUN: /V \ -- cgit v1.2.3