mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 07:46:07 +00:00
5 lines
344 B
C++
5 lines
344 B
C++
// These should be valid cxx abi flags for these targets.
|
|
// RUN: %clang_cc1 -fc++-abi=itanium -triple x86_64-unknown-linux-gnu %s -emit-llvm -o /dev/null
|
|
// RUN: %clang_cc1 -fc++-abi=fuchsia -triple x86_64-unknown-fuchsia %s -emit-llvm -o /dev/null
|
|
// RUN: %clang_cc1 -fc++-abi=microsoft -triple x86_64-windows-msvc %s -emit-llvm -o /dev/null
|