[PATCH] D131347: Set up basic infrastructure for ELF/i386 backend support in JITLink .

Thorsten via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 13 12:28:37 PDT 2022


tschuett added inline comments.


================
Comment at: llvm/include/llvm/ExecutionEngine/JITLink/i386.h:20
+namespace jitlink {
+namespace i386 {
+
----------------
The codebase switched to C++17. You are allowed to use nested namespaces.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131347



More information about the llvm-commits mailing list