[clang] [Clang] Add fake use emission to Clang with -fextend-lifetimes (PR #110102)
Jeremy Morse via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 19 07:29:25 PST 2024
================
@@ -0,0 +1,34 @@
+// RUN: %clang_cc1 %s -O2 -emit-llvm -fextend-lifetimes -fcxx-exceptions -fexceptions -o - | FileCheck %s
+// REQUIRES: x86-registered-target
----------------
jmorse wrote:
Requires x86 as a target, but doesn't specify a triple?
https://github.com/llvm/llvm-project/pull/110102
More information about the cfe-commits
mailing list