[PATCH] D75056: [Driver] Default to -fno-common
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 25 09:42:06 PST 2020
MaskRay added inline comments.
================
Comment at: clang/test/Driver/no-common.c:1
+// RUN: %clang --target=armv7-arm-none-eabi -### -c %s 2>&1 | FileCheck %s
+// RUN: %clang --target=armv7-arm-none-eabi -mbig-endian -### -c %s 2>&1 | FileCheck %s
----------------
Just `%clang -target %itanium_abi_triple`
Delete all the targets.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75056/new/
https://reviews.llvm.org/D75056
More information about the cfe-commits
mailing list