brintos

brintos / llvm-project-archived public Read only

0
0
Text · 344 B · e54dee7 Raw
5 lines · cpp
1// These should be valid cxx abi flags for these targets.2// RUN: %clang_cc1 -fc++-abi=itanium -triple x86_64-unknown-linux-gnu %s -emit-llvm -o /dev/null3// RUN: %clang_cc1 -fc++-abi=fuchsia -triple x86_64-unknown-fuchsia %s -emit-llvm -o /dev/null4// RUN: %clang_cc1 -fc++-abi=microsoft -triple x86_64-windows-msvc %s -emit-llvm -o /dev/null5