Skip to content
Snippets Groups Projects
Commit 8c98eebe authored by Louis Dionne's avatar Louis Dionne
Browse files

[clang] Fix failing attribute test on Windows

The test added in r344146 was failing because the ABI on Windows is
different, and that test includes ABI-specific details. The test now
harcodes which ABI to use so we can rely on those details.

llvm-svn: 344159
parent df17244f
No related branches found
No related tags found
No related merge requests found
// RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s
// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -emit-llvm %s -o - | FileCheck %s
// PR39118
// Make sure that attributes are properly applied to explicit template
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment