[PATCH] D133084: [ORC-RT] Refactor ORC runtime CMake for future test tool(s).

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 2 16:20:52 PDT 2022


lhames added inline comments.


================
Comment at: compiler-rt/lib/orc/tests/tools/orc-rt-executor.cpp:1
+#include <cstring>
+#include <iostream>
----------------
phosek wrote:
> Should this file also have the copyright header?
Yep. Thanks for catching that -- I'll add one.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133084/new/

https://reviews.llvm.org/D133084



More information about the llvm-commits mailing list