[all-commits] [llvm/llvm-project] e1b88a: [llvm-exegesis][NFC] imports `<cerrno>`

Christopher Di Bella via All-commits all-commits at lists.llvm.org
Sun Jul 9 11:06:26 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e1b88a979468a63967bba7765dec928de7446381
      https://github.com/llvm/llvm-project/commit/e1b88a979468a63967bba7765dec928de7446381
  Author: Christopher Di Bella <cjdb.ns at gmail.com>
  Date:   2023-07-09 (Sun, 09 Jul 2023)

  Changed paths:
    M llvm/tools/llvm-exegesis/lib/SubprocessMemory.cpp

  Log Message:
  -----------
  [llvm-exegesis][NFC] imports `<cerrno>`

`SubprocessMemory.cpp` depends on `errno` and was likely getting it via
a transitive include, but this prevents building with modules.




More information about the All-commits mailing list