[PATCH] D109089: [InstrProfiling] Add AIX triple to more tests

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 1 14:23:17 PDT 2021


MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: llvm/test/Instrumentation/InstrProfiling/linkage.ll:2
 ;; Check that runtime symbols get appropriate linkage.
 
 ; RUN: opt < %s -mtriple=x86_64-apple-macosx10.10.0 -instrprof -S | FileCheck %s --check-prefixes=MACHO
----------------
I just removed profiling.ll and renamed this to profiling.ll.

(With some Fuchsia changes the file essentially covers all the runtime symbols.)


================
Comment at: llvm/test/Instrumentation/InstrProfiling/profiling.ll:86
+
+
 ; ELF_LINUX-NOT: @__llvm_profile_register_functions()
----------------
Delete one blank line


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109089



More information about the llvm-commits mailing list