Skip to content

Commit bc98cd0

Browse files
committed
Set explicit triple
1 parent c8c371f commit bc98cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGenCXX/fake-use-musttail.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 -emit-llvm -fextend-variable-liveness -o - %s | FileCheck %s
1+
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -emit-llvm -fextend-variable-liveness -o - %s | FileCheck %s
22

33
/// Tests that when we have fake uses in a function ending in a musttail call,
44
/// we emit the fake uses and their corresponding loads immediately prior to the

0 commit comments

Comments
 (0)