[all-commits] [llvm/llvm-project] e65721: [Driver][test] Fix dragonfly.c after #69095

Fangrui Song via All-commits all-commits at lists.llvm.org
Thu Nov 2 11:29:14 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e65721c3a1ee3ee4aa43499882f6d71dc9368daf
      https://github.com/llvm/llvm-project/commit/e65721c3a1ee3ee4aa43499882f6d71dc9368daf
  Author: Fangrui Song <i at maskray.me>
  Date:   2023-11-02 (Thu, 02 Nov 2023)

  Changed paths:
    M clang/test/Driver/dragonfly.c

  Log Message:
  -----------
  [Driver][test] Fix dragonfly.c after #69095

If DEFAULT_SYSROOT is not empty, the /usr/lib/gcc80 path may have
leading path components
`getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib/gcc80"))`




More information about the All-commits mailing list