[PATCH] D136309: [clang][Toolchains][Gnu] pass -g through to assembler

Paul Robinson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 20 09:09:50 PDT 2022


probinson added inline comments.


================
Comment at: clang/test/Driver/as-options.s:121
+// Test that -g is passed through to GAS.
+// RUN: %clang -fno-integrated-as -g %s -### 2>&1 | \
+// RUN:   FileCheck --check-prefix=CHECK-DEBUG %s
----------------
Please use an explicit triple here.  I believe not all targets support `-fno-integrated-as`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136309



More information about the cfe-commits mailing list