[PATCH] D140218: [update_cc_test_checks] Default to --function-signature for new tests
Matt Arsenault via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 16 10:25:17 PST 2022
arsenm added inline comments.
================
Comment at: clang/test/utils/update_cc_test_checks/Inputs/basic-cplusplus.cpp.expected:3
// Basic C++ test for update_cc_test_checks
// RUN: %clang_cc1 -no-opaque-pointers -triple=x86_64-unknown-linux-gnu -emit-llvm -o - %s | FileCheck %s
----------------
Why do we still have generated tests using -no-opaque-pointers? Surely that's the lowest hanging fruit?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140218/new/
https://reviews.llvm.org/D140218
More information about the cfe-commits
mailing list