[all-commits] [llvm/llvm-project] adf8d6: [Driver][test] Specify --target= for a -gsplit-dwa...

Fangrui Song via All-commits all-commits at lists.llvm.org
Wed Aug 9 07:42:54 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: adf8d6e7a4674b9149d69da7e1d53b3c3ba64ec8
      https://github.com/llvm/llvm-project/commit/adf8d6e7a4674b9149d69da7e1d53b3c3ba64ec8
  Author: Fangrui Song <i at maskray.me>
  Date:   2023-08-09 (Wed, 09 Aug 2023)

  Changed paths:
    M clang/test/Driver/debug-options.c

  Log Message:
  -----------
  [Driver][test] Specify --target= for a -gsplit-dwarf test

Otherwise, if -DLLVM_DEFAULT_TARGET_TRIPLE=riscv64-unknown-linux-gnu,
the %clang command will exit with code 1 (see https://reviews.llvm.org/D130190).

Exposed by D156363.




More information about the All-commits mailing list