[Lldb-commits] [PATCH] D135400: [clang][LTO] Remove the use of `--` for arange option
Fangrui Song via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 6 15:22:35 PDT 2022
MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/test/Driver/debug-options-aranges.c:6
// RUN: %clang -### -g --target=x86_64-linux -flto=thin -gdwarf-aranges %s 2>&1 | FileCheck %s
-// CHECK: --plugin-opt=-generate-arange-section
+// CHECK: -plugin-opt=-generate-arange-section
----------------
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135400/new/
https://reviews.llvm.org/D135400
More information about the lldb-commits
mailing list