[PATCH] D34796: upporting -f(no)-reorder-functions flag, clang side change

Stephen Hines via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 7 10:15:19 PST 2018


srhines added inline comments.


================
Comment at: test/Driver/function-sections.c:77
 // RUN:   | FileCheck --check-prefix=CHECK-NOUS %s
+
+// RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1        \
----------------
There should ideally be a test for the default behavior as well (and please consider mentioning the default behavior in the commit message).


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D34796/new/

https://reviews.llvm.org/D34796





More information about the cfe-commits mailing list