[clang] [clang][llvm-lit] Rewrite constexpr vectors test to use element access (PR #102757)
Amr Hesham via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 11 11:17:15 PDT 2024
================
@@ -1,10 +1,6 @@
-// RUN: %clang_cc1 -std=c++14 -Wno-unused-value %s -disable-llvm-passes -triple x86_64-linux-gnu -emit-llvm -o - | FileCheck %s
+// RUN: %clang_cc1 %s -Wno-uninitialized -std=c++17 -fsyntax-only -verify
----------------
AmrDeveloper wrote:
@tbaederr Done
https://github.com/llvm/llvm-project/pull/102757
More information about the cfe-commits
mailing list