We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 224f837 commit 17a82ceCopy full SHA for 17a82ce
clang/test/CodeGen/lifetime-invoke-c.c
@@ -1,4 +1,4 @@
1
-// RUN: %clang_cc1 -emit-llvm -o - %s -O1 -disable-llvm-passes -fexceptions | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -emit-llvm -o - %s -O1 -disable-llvm-passes -fexceptions | FileCheck %s
2
3
struct Trivial {
4
int x[100];
clang/test/CodeGenCXX/aggregate-lifetime-invoke.cpp
-// RUN: %clang_cc1 -emit-llvm -o - %s -O1 -fexceptions -fcxx-exceptions | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -emit-llvm -o - %s -O1 -fexceptions -fcxx-exceptions | FileCheck %s
extern "C" {
0 commit comments