[all-commits] [llvm/llvm-project] 1b3cd3: [fir] Add base for runtime builder unittests
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon Nov 29 01:08:00 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1b3cd35ade5daea163ac444324415d68af2513a7
https://github.com/llvm/llvm-project/commit/1b3cd35ade5daea163ac444324415d68af2513a7
Author: Valentin Clement <clementval at gmail.com>
Date: 2021-11-29 (Mon, 29 Nov 2021)
Changed paths:
A flang/include/flang/Optimizer/Builder/Runtime/RTBuilder.h
A flang/unittests/Optimizer/Builder/Runtime/RuntimeCallTestBase.h
Log Message:
-----------
[fir] Add base for runtime builder unittests
This patch adds the common base shared by builder runtime
unittests. It extracted from D114460 to make it easier to base other patches
on it.
Reviewed By: kiranchandramohan, rovka
Differential Revision: https://reviews.llvm.org/D114557
More information about the All-commits
mailing list