Skip to content

Commit

Permalink
[clang] Run test for concrete target
Browse files Browse the repository at this point in the history
The test clang/test/SemaCXX/template-64605.cpp uses pragma FENV_ACCESS,
which is not supported on all targets. Restrict it to x86_64 only.

(cherry picked from commit 73e5a70)
  • Loading branch information
spavloff authored and tru committed Aug 30, 2023
1 parent cfd6f0f commit 78447a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/SemaCXX/template-64605.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: %clang_cc1 -ast-dump -ast-dump-filter=b_64605 %s | FileCheck %s
// RUN: %clang_cc1 -triple x86_64-linux-gnu -ast-dump -ast-dump-filter=b_64605 %s | FileCheck %s

// https://github.com/llvm/llvm-project/issues/64605

Expand Down

0 comments on commit 78447a8

Please sign in to comment.