We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c174252 commit 8ebf7b7Copy full SHA for 8ebf7b7
clang/test/InstallAPI/driver-invalid-options.test
@@ -7,3 +7,9 @@
7
// RUN: not clang-installapi -target x86_64-apple-ios-simulator %s -o tmp.tbd 2> %t
8
// RUN: FileCheck --check-prefix INVALID_INSTALL_NAME -input-file %t %s
9
// INVALID_INSTALL_NAME: error: no install name specified: add -install_name <path>
10
+
11
+/// Check invalid verification mode.
12
+// RUN: not clang-installapi -install_name Foo -target arm64-apple-ios13 \
13
+// RUN: --verify-mode=Invalid -o tmp.tbd 2> %t
14
+// RUN: FileCheck --check-prefix INVALID_VERIFY_MODE -input-file %t %s
15
+// INVALID_VERIFY_MODE: error: invalid value 'Invalid' in '--verify-mode=Invalid'
0 commit comments