[clang] [llvm] [Instrumentation][X86] Limit setting large section flag to medium/large code models (PR #75542)

Paul Kirth via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 14 16:57:20 PST 2023


================
@@ -0,0 +1,35 @@
+;; Check that certain globals are in large sections under x86-64 large code model (but not in other arches).
+; RUN: opt %s -mtriple=x86_64-unknown-linux -passes=instrprof -S | FileCheck %s
----------------
ilovepi wrote:

The comment makes it sound like this should have a RUN line for other arches. Was that intentional or copy paste from the other tests?

https://github.com/llvm/llvm-project/pull/75542


More information about the cfe-commits mailing list