brintos

brintos / llvm-project-archived public Read only

0
0
Text · 596 B · 1253809 Raw
8 lines · cpp
1// RUN: %clangxx --target=aarch64-unknown-fuchsia -fexperimental-relative-c++-abi-vtables -c %s -### 2>&1 | FileCheck %s --check-prefix=RV2// RUN: %clangxx --target=aarch64-unknown-fuchsia -fno-experimental-relative-c++-abi-vtables -c %s -### 2>&1 | FileCheck %s --check-prefix=NO-RV3// RUN: %clangxx --target=aarch64-unknown-fuchsia -c %s -### 2>&1 | FileCheck %s --check-prefix=NO-RV4// RUN: %clangxx --target=aarch64-unknown-linux-gnu -c %s -### 2>&1 | FileCheck %s --check-prefix=NO-RV5 6// RV: "-fexperimental-relative-c++-abi-vtables"7// NO-RV-NOT: "-fexperimental-relative-c++-abi-vtables"8