[all-commits] [llvm/llvm-project] 1e0854: [PS4] Fix header search list

Paul T Robinson via All-commits all-commits at lists.llvm.org
Tue Apr 5 14:14:39 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1e085448b36db240c9068c8c4e4cb12d4d7093cb
      https://github.com/llvm/llvm-project/commit/1e085448b36db240c9068c8c4e4cb12d4d7093cb
  Author: Paul Robinson <paul.robinson at sony.com>
  Date:   2022-04-05 (Tue, 05 Apr 2022)

  Changed paths:
    M clang/lib/Lex/InitHeaderSearch.cpp
    M clang/test/Driver/ps4-header-search.c

  Log Message:
  -----------
  [PS4] Fix header search list

A missing "break" in the initial implementation had us adding a
spurious "/usr/include" to the header search list. Later someone
introduced LLVM_FALLTHROUGH to prevent a warning.  Replace this with
the correct "break" and make sure the extra directory isn't added to
the PS4 header search list.




More information about the All-commits mailing list