diff options
author | Michael Kruse <llvm-project@meinersbur.de> | 2022-05-06 02:43:49 -0500 |
---|---|---|
committer | Michael Kruse <llvm-project@meinersbur.de> | 2022-05-06 02:43:49 -0500 |
commit | d3460d2a890ccb4ee84ffd05d4a722ff82b5170d (patch) | |
tree | 19c511c63d14da385bc907b4aa99276b8636dc1a /clang/test/Driver/constructors.c | |
parent | fdb6ddcfeb62be7dbc502a4a4ed7c5be11c1c9b6 (diff) | |
parent | 9c1085c7e20bdd7c4a487f50313ebeeb2b6683b8 (diff) | |
download | llvm-users/meinersbur/irbuilder-ompregion.zip llvm-users/meinersbur/irbuilder-ompregion.tar.gz llvm-users/meinersbur/irbuilder-ompregion.tar.bz2 |
Merge branch 'main' into irbuilder-ompregionusers/meinersbur/irbuilder-ompregion
Diffstat (limited to 'clang/test/Driver/constructors.c')
-rw-r--r-- | clang/test/Driver/constructors.c | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/clang/test/Driver/constructors.c b/clang/test/Driver/constructors.c index e5d453d..1561bc4 100644 --- a/clang/test/Driver/constructors.c +++ b/clang/test/Driver/constructors.c @@ -4,95 +4,95 @@ // CHECK-INIT-ARRAY-NOT: -fno-use-init-array // CHECK-NO-INIT-ARRAY: -fno-use-init-array // -// RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ -// RUN: -target i386-unknown-linux \ +// RUN: %clang -### %s -fsyntax-only 2>&1 \ +// RUN: --target=i386-unknown-linux \ // RUN: --sysroot=%S/Inputs/resource_dir \ // RUN: --gcc-toolchain="" \ // RUN: | FileCheck --check-prefix=CHECK-INIT-ARRAY %s // -// RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ -// RUN: -target i386-unknown-linux \ +// RUN: %clang -### %s -fsyntax-only 2>&1 \ +// RUN: --target=i386-unknown-linux \ // RUN: --sysroot=%S/Inputs/fake_install_tree \ // RUN: --gcc-toolchain="" \ // RUN: | FileCheck --check-prefix=CHECK-INIT-ARRAY %s // -// RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ +// RUN: %clang -### %s -fsyntax-only 2>&1 \ // RUN: -fno-use-init-array \ -// RUN: -target i386-unknown-linux \ +// RUN: --target=i386-unknown-linux \ // RUN: --sysroot=%S/Inputs/fake_install_tree \ // RUN: --gcc-toolchain="" \ // RUN: | FileCheck --check-prefix=CHECK-NO-INIT-ARRAY %s // -// RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ +// RUN: %clang -### %s -fsyntax-only 2>&1 \ // RUN: -fno-use-init-array -fuse-init-array \ -// RUN: -target i386-unknown-linux \ +// RUN: --target=i386-unknown-linux \ // RUN: --sysroot=%S/Inputs/fake_install_tree \ // RUN: --gcc-toolchain="" \ // RUN: | FileCheck --check-prefix=CHECK-INIT-ARRAY %s // -// RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ -// RUN: -target i386-unknown-linux \ +// RUN: %clang -### %s -fsyntax-only 2>&1 \ +// RUN: --target=i386-unknown-linux \ // RUN: --sysroot=%S/Inputs/basic_linux_tree \ // RUN: --gcc-toolchain="" \ // RUN: | FileCheck --check-prefix=CHECK-INIT-ARRAY %s // -// RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ +// RUN: %clang -### %s -fsyntax-only 2>&1 \ // RUN: -fuse-init-array \ -// RUN: -target i386-unknown-linux \ +// RUN: --target=i386-unknown-linux \ // RUN: --sysroot=%S/Inputs/basic_linux_tree \ // RUN: --gcc-toolchain="" \ // RUN: | FileCheck --check-prefix=CHECK-INIT-ARRAY %s // -// RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ -// RUN: -target arm-unknown-linux-androideabi \ +// RUN: %clang -### %s -fsyntax-only 2>&1 \ +// RUN: --target=arm-unknown-linux-androideabi \ // RUN: --sysroot=%S/Inputs/basic_android_tree/sysroot \ // RUN: --gcc-toolchain="" \ // RUN: | FileCheck --check-prefix=CHECK-INIT-ARRAY %s // -// RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ -// RUN: -target mipsel-unknown-linux-android \ +// RUN: %clang -### %s -fsyntax-only 2>&1 \ +// RUN: --target=mipsel-unknown-linux-android \ // RUN: --sysroot=%S/Inputs/basic_android_tree/sysroot \ // RUN: --gcc-toolchain="" \ // RUN: | FileCheck --check-prefix=CHECK-INIT-ARRAY %s // -// RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ -// RUN: -target i386-unknown-linux-android \ +// RUN: %clang -### %s -fsyntax-only 2>&1 \ +// RUN: --target=i386-unknown-linux-android \ // RUN: --sysroot=%S/Inputs/basic_android_tree/sysroot \ // RUN: --gcc-toolchain="" \ // RUN: | FileCheck --check-prefix=CHECK-INIT-ARRAY %s // -// RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ -// RUN: -target aarch64-none-linux-gnu \ +// RUN: %clang -### %s -fsyntax-only 2>&1 \ +// RUN: --target=aarch64-none-linux-gnu \ // RUN: --sysroot=%S/Inputs/basic_linux_tree \ // RUN: --gcc-toolchain="" \ // RUN: | FileCheck --check-prefix=CHECK-INIT-ARRAY %s // -// RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ -// RUN: -target aarch64-none-none-eabi \ +// RUN: %clang -### %s -fsyntax-only 2>&1 \ +// RUN: --target=aarch64-none-none-eabi \ // RUN: | FileCheck --check-prefix=CHECK-INIT-ARRAY %s -// RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ -// RUN: -target arm64-none-linux-gnu \ +// RUN: %clang -### %s -fsyntax-only 2>&1 \ +// RUN: --target=arm64-none-linux-gnu \ // RUN: --sysroot=%S/Inputs/basic_linux_tree \ // RUN: --gcc-toolchain="" \ // RUN: | FileCheck --check-prefix=CHECK-INIT-ARRAY %s // -// RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ -// RUN: -target arm64-none-none-eabi \ +// RUN: %clang -### %s -fsyntax-only 2>&1 \ +// RUN: --target=arm64-none-none-eabi \ // RUN: | FileCheck --check-prefix=CHECK-INIT-ARRAY %s -// RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ -// RUN: -target i386-unknown-freebsd11 \ +// RUN: %clang -### %s -fsyntax-only 2>&1 \ +// RUN: --target=i386-unknown-freebsd11 \ // RUN: | FileCheck --check-prefix=CHECK-NO-INIT-ARRAY %s -// RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ -// RUN: -target i386-unknown-freebsd12 \ +// RUN: %clang -### %s -fsyntax-only 2>&1 \ +// RUN: --target=i386-unknown-freebsd12 \ // RUN: | FileCheck --check-prefix=CHECK-INIT-ARRAY %s // -// RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ -// RUN: -target sparc-sun-solaris2.11 \ +// RUN: %clang -### %s -fsyntax-only 2>&1 \ +// RUN: --target=sparc-sun-solaris2.11 \ // RUN: | FileCheck --check-prefix=CHECK-INIT-ARRAY %s // -// RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ -// RUN: -target i386-pc-solaris2.11 \ +// RUN: %clang -### %s -fsyntax-only 2>&1 \ +// RUN: --target=i386-pc-solaris2.11 \ // RUN: | FileCheck --check-prefix=CHECK-INIT-ARRAY %s |