[PATCH] D25532: [GlobalISel] Get the AArch64 tests to work on Linux
Tim Northover via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 12 14:33:45 PDT 2016
t.p.northover added inline comments.
================
Comment at: unittests/CodeGen/GlobalISel/CMakeLists.txt:3
GlobalISel
+ CodeGen
)
----------------
qcolombet wrote:
> That change shouldn't be part of this patch, should it?
I expect it's intentional. The linker on Linux has different name-resolution rules from macOS, I wouldn't be at all surprised if the unittest failed to link there without this line.
https://reviews.llvm.org/D25532
More information about the llvm-commits
mailing list