[PATCH] D48916: Fix setting of empty implicit-section-name attribute for functions affected by '#pragma clang section'
Momchil Velikov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 4 01:35:36 PDT 2018
chill added inline comments.
================
Comment at: test/CodeGen/clang-sections-attribute.c:1
+// RUN: %clang_cc1 -emit-llvm -triple arm-none-eabi -o - %s | FileCheck %s
+
----------------
Isn't it possible for the test to fail if the Arm target is not configured?
Repository:
rC Clang
https://reviews.llvm.org/D48916
More information about the cfe-commits
mailing list