[PATCH] D13645: [ELF2] - implemented default enterpteter for X86, X86_64, PPC and AArch64

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 12 06:49:46 PDT 2015


ruiu added a comment.

Target does not seems to be the right place to put OS-specific things. It is just architecture-specific (e.g. ELF on x86-64). I'd to write this in Driver.cpp.


http://reviews.llvm.org/D13645





More information about the llvm-commits mailing list