[all-commits] [llvm/llvm-project] e9f044: [scudo] Add missing header in combined_test (#66449)
ChiaHungDuan via All-commits
all-commits at lists.llvm.org
Thu Sep 14 18:15:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e9f044a2e042ea5af7638b5915ef77f85d0c7087
https://github.com/llvm/llvm-project/commit/e9f044a2e042ea5af7638b5915ef77f85d0c7087
Author: ChiaHungDuan <chiahungduan at google.com>
Date: 2023-09-14 (Thu, 14 Sep 2023)
Changed paths:
M compiler-rt/lib/scudo/standalone/tests/combined_test.cpp
Log Message:
-----------
[scudo] Add missing header in combined_test (#66449)
It uses `T max( std::initializer_list<T> ilist )` which may not be
included in the build path in some build systems.
More information about the All-commits
mailing list