[PATCH] D135171: FreeBSD: enable __float128 on x86
Alexander Richardson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 4 09:20:30 PDT 2022
arichardson accepted this revision.
arichardson added a comment.
Could you add a RUN: line to `clang/test/CodeGenCXX/float128-declarations.cpp? Code LGTM.
// RUN: %clang_cc1 -no-opaque-pointers -emit-llvm -triple x86_64-unknown-freebsd -std=c++11 \
// RUN: %s -o - | FileCheck %s -check-prefix=CHECK-X86
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135171/new/
https://reviews.llvm.org/D135171
More information about the cfe-commits
mailing list