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 c8c371f commit bc98cd0Copy full SHA for bc98cd0
clang/test/CodeGenCXX/fake-use-musttail.cpp
@@ -1,4 +1,4 @@
1
-// RUN: %clang_cc1 -emit-llvm -fextend-variable-liveness -o - %s | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-unknown-unknown -emit-llvm -fextend-variable-liveness -o - %s | FileCheck %s
2
3
/// Tests that when we have fake uses in a function ending in a musttail call,
4
/// we emit the fake uses and their corresponding loads immediately prior to the
0 commit comments