[PATCH] D133875: [clang] fix generation of .debug_aranges with LTO (resubmit)

Paul Robinson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 15 10:20:27 PDT 2022


probinson added inline comments.


================
Comment at: clang/test/Driver/debug-options-aranges.c:7
+// RUN: %clang -### -g -target x86_64-linux -flto=thin -fuse-ld=lld -gdwarf-aranges %s 2>&1 | FileCheck -check-prefix=PLUGIN_GARANGE %s
+// GARANGE: -generate-arange-section
+// PLUGIN_GARANGE: --plugin-opt=-generate-arange-section
----------------
I don't see any FileCheck commands that use prefix GARANGE.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133875



More information about the cfe-commits mailing list